Replace deprecated whitelist_externals

This option was deprecated in favor of the allowlist_externals option
and does no longer work in recent tox.

Change-Id: I1cbf545c382fdb4dda837699392e59061ccf8f75
This commit is contained in:
Takashi Kajinami 2023-03-16 11:08:29 +09:00
parent b5e0cb2331
commit 26a8d94352

View File

@ -1,5 +1,5 @@
[tox] [tox]
minversion = 3.1 minversion = 3.18
skipsdist = True skipsdist = True
envlist = docs,linters,functional envlist = docs,linters,functional
ignore_basepython_conflict = True ignore_basepython_conflict = True
@ -22,7 +22,7 @@ passenv =
TESTING_BRANCH TESTING_BRANCH
TESTING_HOME TESTING_HOME
USER USER
whitelist_externals = allowlist_externals =
bash bash
setenv = setenv =
PYTHONUNBUFFERED=1 PYTHONUNBUFFERED=1
@ -46,7 +46,7 @@ commands =
[testenv:pdf-docs] [testenv:pdf-docs]
deps = {[testenv:docs]deps} deps = {[testenv:docs]deps}
whitelist_externals = allowlist_externals =
make make
commands = commands =
sphinx-build -W -b latex doc/source doc/build/pdf sphinx-build -W -b latex doc/source doc/build/pdf