Fix ansible-test python and pip executable search.

This commit is contained in:
Matt Clay 2018-03-14 11:35:59 -07:00
parent dd37857884
commit a8487feb70
14 changed files with 81 additions and 75 deletions

View file

@ -65,7 +65,7 @@ class YamllintTest(SanitySingleVersion):
:rtype: list[SanityMessage]
"""
cmd = [
'python%s' % args.python_version,
args.python_executable,
'test/sanity/yamllint/yamllinter.py',
]