mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add new default Docker container for ansible-test. (#31944)
* Add new default Docker container for ansible-test. * Update ansible-test change classification. * Update list of disabled pylint rules. * Fix pylint issues with ansible-test.
This commit is contained in:
@@ -83,7 +83,7 @@ def command_sanity(args):
|
||||
if isinstance(test, SanityMultipleVersion):
|
||||
versions = SUPPORTED_PYTHON_VERSIONS
|
||||
else:
|
||||
versions = None,
|
||||
versions = (None,)
|
||||
|
||||
for version in versions:
|
||||
if args.python and version and version != args.python:
|
||||
|
||||
Reference in New Issue
Block a user