Revert "Relax ansible-test python version checking."

This reverts commit d6cc3c4187.

(cherry picked from commit de11b473a6)
pull/48736/head
Matt Clay 6 years ago committed by Toshio Kuratomi
parent b6d3599e00
commit 0e86eaf79e

@ -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