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: I2b9d561d7e7a63c3540197b4ebc58f1e5b8846ec
This commit is contained in:
Dmitriy Rabotyagov 2022-12-27 17:53:17 +01:00
parent 11efaaec95
commit 2a6c571078
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ passenv =
TESTING_BRANCH
TESTING_HOME
USER
whitelist_externals =
allowlist_externals =
bash
setenv =
VIRTUAL_ENV={envdir}