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: I4c2d456fdfddca98b78535a1f9f1bb8658d3d335
This commit is contained in:
wu.shiming 2021-09-18 11:48:05 +08:00
parent 556a43ef31
commit 33e8992f39
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ commands = {envpython} {toxinidir}/manage.py test vitrage_dashboard --tag integr
[testenv:pep8]
whitelist_externals =
allowlist_externals =
bash
find
commands =
@ -74,7 +74,7 @@ commands = sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/ht
[testenv:pdf-docs]
deps = -r{toxinidir}/doc/requirements.txt
envdir = {toxworkdir}/docs
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf