Merge "Changed minversion in tox to 3.18.0" into stable/wallaby

This commit is contained in:
Zuul 2023-01-06 09:33:55 +00:00 committed by Gerrit Code Review
commit 7f43516f58
1 changed files with 6 additions and 6 deletions

12
tox.ini
View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
minversion = 3.18.0
envlist = pep8,py,tht
ignore_base_python_conflict = True
[testenv]
basepython = python3
@ -21,7 +21,7 @@ setenv =
commands = {posargs}
[testenv:pep8]
whitelist_externals =
allowlist_externals =
bash
commands =
python ./tools/process-templates.py
@ -68,7 +68,7 @@ commands = python ./tools/process-templates.py -c
[testenv:releasenotes]
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/doc/requirements.txt
whitelist_externals =
allowlist_externals =
bash
commands = bash -c tools/releasenotes_tox.sh
@ -89,7 +89,7 @@ commands =
python ./tripleo_heat_templates/environment_generator.py sample-env-generator/
[testenv:genroledata]
whitelist_externals =
allowlist_externals =
bash
commands =
bash -c tools/roles-data-generate-samples.sh
@ -113,7 +113,7 @@ passenv =
deps =
-r{toxinidir}/test-ansible-requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals =
allowlist_externals =
bash
commands_pre =
ansible-galaxy collection install ansible.posix containers.podman