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: I4b6a73eb0cacadc291fa272f6e088d6d59914ce9
This commit is contained in:
likui 2021-07-03 21:31:41 +08:00
parent 4c0fcc91c3
commit 3886d17a9e
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1
minversion = 3.18.0
skipsdist = True
envlist = docs,linters,functional,molecule
ignore_basepython_conflict = True
@ -28,7 +28,7 @@ passenv =
http_proxy
https_proxy
no_proxy
whitelist_externals =
allowlist_externals =
bash
setenv =
ANSIBLE_FORCE_COLOR=1
@ -54,7 +54,7 @@ commands =
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W --keep-going -b latex doc/source doc/build/pdf