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:
parent
6ba64f1d6e
commit
cc8ff00d04
4
tox.ini
4
tox.ini
@ -17,7 +17,9 @@ deps =
|
|||||||
openstacksdk
|
openstacksdk
|
||||||
testtools
|
testtools
|
||||||
mock
|
mock
|
||||||
whitelist_externals = bash
|
allowlist_externals =
|
||||||
|
bash
|
||||||
|
{toxinidir}/tools/run-bashate.sh
|
||||||
setenv =
|
setenv =
|
||||||
ANSIBLE_LIBRARY= {toxinidir}/tools/fake-ansible/library
|
ANSIBLE_LIBRARY= {toxinidir}/tools/fake-ansible/library
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user