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: If3756334c5e48c43dc8faa3f2eade7b2687df5b6
This commit is contained in:
Dmitriy Rabotyagov 2022-12-28 22:25:56 +01:00
parent 8688d02e1f
commit e19315de7a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ passenv =
TESTING_BRANCH
TESTING_HOME
USER
whitelist_externals =
allowlist_externals =
bash
setenv =
PYTHONUNBUFFERED=1