diff --git a/tox.ini b/tox.ini index ad6f2737b3..c6025d3e5e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 2.0 +minversion = 3.18.0 skipsdist = True envlist = pep8,py,tht requires = @@ -21,7 +21,7 @@ setenv = commands = {posargs} [testenv:pep8] -whitelist_externals = +allowlist_externals = bash commands = python ./tools/process-templates.py @@ -67,7 +67,7 @@ commands = python ./tools/process-templates.py -c [testenv:releasenotes] deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/doc/requirements.txt -whitelist_externals = +allowlist_externals = bash commands = bash -c tools/releasenotes_tox.sh @@ -80,7 +80,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 @@ -103,7 +103,7 @@ passenv = ANSIBLE_* deps = -r{toxinidir}/test-ansible-requirements.txt -whitelist_externals = +allowlist_externals = bash commands_pre = pip install -q bindep