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: I4354d6b70b5a88efa3bac56363c14b478b9e32b4
This commit is contained in:
Dmitriy Rabotyagov 2022-12-27 17:53:06 +01:00
parent 520492fd02
commit ed78ef112c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ passenv =
HTTPS_PROXY
no_proxy
NO_PROXY
whitelist_externals =
allowlist_externals =
bash
setenv =
PYTHONUNBUFFERED=1