mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07: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:
parent
fbbffbabde
commit
f76afab6e5
9 changed files with 115 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue