Update tox.ini for tox v4

This updates whitelist_externals to allowlist_externals for tox v4
compatibility. We override the ensure_tox_version from ensure-tox to
force latest tox to be used which should check that we are compatible in
this change.

Change-Id: I0ac3c1aa35c949d9b83a8607d43ed29f2fca480e
This commit is contained in:
Clark Boylan 2022-12-12 09:29:47 -08:00
parent 6ba64f1d6e
commit cc8ff00d04
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ deps =
openstacksdk
testtools
mock
whitelist_externals = bash
allowlist_externals =
bash
{toxinidir}/tools/run-bashate.sh
setenv =
ANSIBLE_LIBRARY= {toxinidir}/tools/fake-ansible/library
commands =