Revert "Relax ansible-test python version checking."

This reverts commit d6cc3c4187.

(cherry picked from commit de11b473a6)
pull/48737/head
Matt Clay 6 years ago
parent c2b8068def
commit 4d557004c3

@ -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…
Cancel
Save