Fix tox4 error
tox.ini started failing with tox4 which had some incompatible changes. One of them is to allow external command to run by adding them into allowlist_externals Fixing tox.ini for tox4 changes. Change-Id: Ic0620d5c3219aed10b33b0de645078eea3774ce9
This commit is contained in:
parent
7ce5a0e1da
commit
7189fb47ca
4
tox.ini
4
tox.ini
@ -22,7 +22,9 @@ commands =
|
||||
sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html
|
||||
|
||||
[testenv:linters]
|
||||
whitelist_externals = bash
|
||||
allowlist_externals =
|
||||
bash
|
||||
{toxinidir}/tools/ansible-lint-roles-cache.sh
|
||||
setenv =
|
||||
# NOTE(ianw) : In the gate job openstack-zuul-jobs-linters this is
|
||||
# overridden to the Zuul checkouts of the projects. Locally,
|
||||
|
Loading…
x
Reference in New Issue
Block a user