From 4f0739e23369b883e2613c1f7bfd9087e2a7a89e Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Tue, 11 Apr 2023 13:26:26 -0700 Subject: [PATCH] Fix: Newer tox needs allowlist vs whitelist Issue: RELENG-4539 Change-Id: Id137b386671258f2c4fbdc115ea38429abfa3f43 Signed-off-by: Andrew Grimberg --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e5ae4d93..c3bfbcad 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,8 @@ commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:ensure-documented] +allowlist_externals = + ./ensure-documented.sh commands = ./ensure-documented.sh @@ -32,6 +34,8 @@ commands = basepython = python3 deps = jenkins-job-builder +allowlist_externals = + ./jjb-compare-xml.sh commands = ./jjb-compare-xml.sh @@ -81,7 +85,7 @@ commands = basepython = python3 deps = bashate -whitelist_externals = find +allowlist_externals = find sh setenv = RULES_IGNORED = E001,E002,E003,E004,E005,E007,E008,E009,E010,E011,E012,E013,E014,E015,E016,E017,E018,E019,E020,E021,E022,E023,E024,E025,E026,E027,E028,E029,E030,E031,E032,E033,E034,E035,E036,E037,E038,E039,E040,E041,E042,E043,E044 -- 2.16.6