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: If4222df60a99a022d2e50f4612796417decb6493
This commit is contained in:
Dmitriy Rabotyagov 2022-12-28 22:26:43 +01:00
parent ae9f144fba
commit eacfc566c2
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