summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-06-22 07:46:10 +0000
committerGerrit Code Review <review@openstack.org>2021-06-22 07:46:10 +0000
commit029f4e5bfa20554093863dcc64331e3f31bc39a5 (patch)
tree72020abc52a438a5cde1a61d70fbfb9c8d0c9328
parentfb9f0b33d338037365f5c9dae20f4f795b119d13 (diff)
parent6916137b823ccb33a84c6dc7e4f3550ef8f0de8f (diff)
downloaddesignate-029f4e5bfa20554093863dcc64331e3f31bc39a5.tar.gz
Merge "replace whitelist_externals by allowlist_externals"
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 6a498ff8..854cddbc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,7 +35,7 @@ deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-whitelist_externals =
+allowlist_externals =
sh
find
rm
@@ -50,7 +50,7 @@ commands =
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
-whitelist_externals =
+allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf
@@ -97,7 +97,7 @@ commands = oslopolicy-sample-generator --config-file etc/designate/designate-pol
[testenv:bashate]
deps = bashate
-whitelist_externals = bash
+allowlist_externals = bash
commands = bash -c "find {toxinidir}/devstack \
-not \( -type d -name .?\* -prune \) \
-not \( -type d -name doc -prune \) \