From cc8ff00d046fe17ec50b7058445aa363d73ba580 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 12 Dec 2022 09:29:47 -0800 Subject: [PATCH] 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 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ecf682940e..5186506ea0 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =