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: I678676c09a43d34879a3ae6d1bd44407f341d9c5
This commit is contained in:
Dmitriy Rabotyagov 2022-12-28 22:25:28 +01:00
parent d39dd86cb0
commit fc1be8325e
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