diff --git a/tox.ini b/tox.ini index f9d53ce64..48600ec52 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1.0 +minversion = 3.18.0 envlist = py3,pep8 skipsdist = True # this allows tox to infer the base python from the environment name @@ -23,7 +23,7 @@ deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/ commands = find . -type f -name "*.pyc" -delete stestr run --serial --slowest {posargs} -whitelist_externals = find +allowlist_externals = find [testenv:integration] setenv = {[testenv]setenv} @@ -68,7 +68,7 @@ commands = # This environment is called from CI scripts to test and publish # the API Ref to docs.openstack.org. # -whitelist_externals = bash +allowlist_externals = bash rm deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}