mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add python version checking when using --tox.
This commit is contained in:
@@ -182,6 +182,10 @@ def parse_args():
|
||||
action='store_true',
|
||||
help='redact sensitive values in output')
|
||||
|
||||
common.add_argument('--check-python',
|
||||
choices=SUPPORTED_PYTHON_VERSIONS,
|
||||
help=argparse.SUPPRESS)
|
||||
|
||||
test = argparse.ArgumentParser(add_help=False, parents=[common])
|
||||
|
||||
test.add_argument('include',
|
||||
|
||||
Reference in New Issue
Block a user