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: I2d40cb08381b3fe9dc404c70213456c306424c6a
This commit is contained in:
Al Bailey 2022-12-26 21:54:18 +00:00
parent 6534d3ac54
commit c755f088ff
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ distshare={toxworkdir}/.tox/distshare
sitepackages = False
# these need to be separated by a newline....
whitelist_externals = bash
allowlist_externals = bash
find
install_command = pip install -v -v -v \

View File

@ -19,7 +19,7 @@ setenv =
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals =
allowlist_externals =
bash
[testenv:bashate]