Merge "Replace deprecated whitelist_externals"

This commit is contained in:
Zuul 2022-05-24 00:12:07 +00:00 committed by Gerrit Code Review
commit 4205e3e848
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ deps =
setenv =
VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE=1
whitelist_externals = sh
allowlist_externals = sh
find
rm
commands =
@ -43,14 +43,14 @@ commands = rm -rf doc/build
[testenv:releasenotes]
deps = {[testenv:docs]deps}
whitelist_externals = rm
allowlist_externals = rm
commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[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 \) \