Update tox.ini to work with 4.0

With tox release of 4.0, some parameters were deprecated and are ignored now
which causes tox failures. One of the most spread issues we have is using
`whitelist_externals` isntead of `allowlist_externals`


Change-Id: Id09c518db3e1a8f23f5c6bd17bed0fe146d5869a
This commit is contained in:
Dmitriy Rabotyagov 2022-12-28 22:24:51 +01:00
parent f2d1760773
commit a9b363a5c5
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ passenv =
TESTING_BRANCH
TESTING_HOME
USER
whitelist_externals =
allowlist_externals =
bash
setenv =
PYTHONUNBUFFERED=1
@ -40,7 +40,7 @@ commands =
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build --keep-going -W -b latex doc/source doc/build/pdf