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
1 changed files with 3 additions and 3 deletions

View File

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