Update tox.ini to work with tox 4

This change will allow this repo to pass zuul now
that this has merged:
https://review.opendev.org/c/zuul/zuul-jobs/+/866943

Tox 4 deprecated whitelist_externals.
Replace whitelist_externals with allowlist_externals

Partial-Bug: #2000399

Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I947f803712bd0dd482f9c35ba0a959f053584577
This commit is contained in:
Al Bailey 2022-12-27 01:28:45 +00:00
parent 919616a17d
commit 3aed7448ab
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ recreate = True
# Note: centos developer env requires ruby-devel
# Ubuntu developer env requires ruby-dev
deps =
whitelist_externals =
allowlist_externals =
gem
bash
setenv =

View File

@ -20,7 +20,7 @@ recreate = True
# Note: centos developer env requires ruby-devel
# Ubuntu developer env requires ruby-dev
deps =
whitelist_externals =
allowlist_externals =
gem
bash
setenv =

View File

@ -15,7 +15,7 @@ setenv =
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals =
allowlist_externals =
bash
[testenv:shellcheck]
@ -116,7 +116,7 @@ commands = bindep test
basepython = python3
# Note: centos developer env requires ruby-devel
# Ubuntu developer env requires ruby-dev
whitelist_externals =
allowlist_externals =
gem
bash
setenv =