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: I53cf7083fa3b80c96d56619b4e9bba81ea26bc87
This commit is contained in:
Al Bailey 2022-12-26 21:11:59 +00:00
parent 7b957158bb
commit 99d897bdd4
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ deps = -r{toxinidir}/test-requirements.txt
[testenv:linters]
basepython = python3
whitelist_externals = bash
allowlist_externals = bash
# Bashate warnings
# E001 Trailing Whitespace
# E002 Tab indents
@ -59,7 +59,7 @@ basepython = python3
commands = {posargs}
[testenv:unit-tests]
whitelist_externals = bash
allowlist_externals = bash
basepython = python3
setenv = PYTHON3=python
commands =