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: I610f042fb8bc0a1da3c444cd56561f88c7056a3c
This commit is contained in:
Dmitriy Rabotyagov 2022-12-28 22:26:54 +01:00
parent ed679524e1
commit 26d30e2a96

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