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:
parent
ed679524e1
commit
26d30e2a96
2
tox.ini
2
tox.ini
@ -21,7 +21,7 @@ passenv =
|
||||
TESTING_BRANCH
|
||||
TESTING_HOME
|
||||
USER
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
bash
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user