Revert "Relax ansible-test python version checking."
This reverts commit d6cc3c4187
.
This commit is contained in:
parent
dfe554eaf8
commit
de11b473a6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ try:
|
|||
except ImportError:
|
||||
pip = None
|
||||
|
||||
print('.'.join(u'%s' % i for i in sys.version_info))
|
||||
print(sys.version)
|
||||
|
||||
if pip:
|
||||
print('pip %s from %s' % (pip.__version__, os.path.dirname(pip.__file__)))
|
||||
|
|
Loading…
Reference in a new issue