mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
Fix ansible-test python and pip executable search.
This commit is contained in:
parent
dd37857884
commit
a8487feb70
14 changed files with 81 additions and 75 deletions
|
@ -252,8 +252,8 @@ class PylintTest(SanitySingleVersion):
|
|||
load_plugins = set(self.plugin_names) - disable_plugins
|
||||
|
||||
cmd = [
|
||||
'python%s' % args.python_version,
|
||||
find_executable('pylint'),
|
||||
args.python_executable,
|
||||
'-m', 'pylint',
|
||||
'--jobs', '0',
|
||||
'--reports', 'n',
|
||||
'--max-line-length', '160',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue