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: Ieb38a222134e772431cb81d0a459ea2601173252
This commit is contained in:
parent
5c18a9e834
commit
ad6ae97f8e
2
tox.ini
2
tox.ini
@ -15,7 +15,7 @@ setenv =
|
||||
deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
bash
|
||||
|
||||
[testenv:bashate]
|
||||
|
Loading…
x
Reference in New Issue
Block a user