diff --git a/tox.ini b/tox.ini index 5a5823639..38316dd68 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands = git restore doc/source/dist_cloud/kubernetes/* # bash hw-updates.sh bash htmlChecks.sh doc/build/html -whitelist_externals = bash +allowlist_externals = bash htmlChecks.sh get-remote-files.sh git @@ -40,10 +40,10 @@ deps = {[testenv:docs]deps} commands = rm -rf api-ref/build sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html -whitelist_externals = rm +allowlist_externals = rm [testenv:linters] -whitelist_externals = bash +allowlist_externals = bash commands = bash -c "find {toxinidir} \ \( -name .tox -prune \) \ @@ -61,13 +61,13 @@ passenv=PWD commands = bash -c "echo Running in {env:PWD}" bash new-topic.sh {env:PWD} {toxinidir} -whitelist_externals = new-topic.sh +allowlist_externals = new-topic.sh bash [testenv:picks] commands = ./pickCompare.sh -whitelist_externals = pickCompare.sh +allowlist_externals = pickCompare.sh bash