[stable-2.5] Relax ansible-test python version checking.
(cherry picked from commit d6cc3c4187
)
Co-authored-by: Matt Clay <matt@mystile.com>
This commit is contained in:
parent
f38a596e5f
commit
e71d541895
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ try:
|
|||
except ImportError:
|
||||
pip = None
|
||||
|
||||
print(sys.version)
|
||||
print('.'.join(u'%s' % i for i in sys.version_info))
|
||||
|
||||
if pip:
|
||||
print('pip %s from %s' % (pip.__version__, os.path.dirname(pip.__file__)))
|
||||
|
|
Loading…
Reference in a new issue