Changed minversion in tox to 3.18.0

The patch bumps min version of tox to 3.18.0 python 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

Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/789481
Change-Id: I5b32e7f65710199601a6856dba86584390eb92b7
This commit is contained in:
Anand Bhat 2021-05-08 18:01:19 +05:30
parent 3c9bc333ed
commit ffd1c9b89b
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
- project:
templates:
- nodejs4-jobs
- nodejs10-docs
- nodejs14-jobs
- nodejs14-docs

View File

@ -1,5 +1,5 @@
[tox]
minversion = 2.4.0
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True
@ -20,11 +20,11 @@ deps =
commands =
rm -rf doc/build
sphinx-build -W -b html doc/source doc/build/html
whitelist_externals = rm
allowlist_externals = rm
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf