Fix type discrepancy in ansible-test.
This commit is contained in:
parent
9f41a4273e
commit
53af57b08b
1 changed files with 1 additions and 1 deletions
|
@ -1332,7 +1332,7 @@ def command_units(args):
|
|||
|
||||
version_commands = []
|
||||
|
||||
available_versions = get_available_python_versions(SUPPORTED_PYTHON_VERSIONS)
|
||||
available_versions = get_available_python_versions(list(SUPPORTED_PYTHON_VERSIONS))
|
||||
|
||||
for version in SUPPORTED_PYTHON_VERSIONS:
|
||||
# run all versions unless version given, in which case run only that version
|
||||
|
|
Loading…
Reference in a new issue