Changed minversion in tox to 3.18.0

The patch bumps min version of tox to 3.18.0 in order to
replace tox's whitelist_externals by allowlist_externals option:
https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23

Change-Id: Iab6f7759de5cc0b5f52a6e5aa2069f5640d06e34
This commit is contained in:
wu.shiming 2021-05-31 09:56:21 +08:00 committed by Takashi Kajinami
parent 5a0fbe975d
commit 921f57b01b
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.2.0
minversion = 3.18.0
envlist = py39,pep8,api-ref,docs,genconfig,genpolicy,releasenotes,protection
ignore_basepython_conflict = true
@ -14,7 +14,7 @@ deps =
commands =
find keystone -type f -name "*.pyc" -delete
stestr run {posargs}
whitelist_externals =
allowlist_externals =
bash
find
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY PBR_VERSION
@ -139,7 +139,7 @@ commands=
[testenv:pdf-docs]
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
mkdir
rm