Fix tox.ini for tox v4

This will probably go away eventually but before that can happen the
child change adding nox docs support needs to land.

Change-Id: Ibf25e07ceb80e54263223c7dc900a444143ecbac
This commit is contained in:
Clark Boylan 2023-01-09 09:22:10 -08:00
parent 675ff8b712
commit 57c5e353e5
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ setenv =
#
# see openstack-zuul-jobs-linters job for more information.
ANSIBLE_ROLES_PATH = {env:ANSIBLE_ROLES_PATH:{toxinidir}/../../zuul/zuul-jobs/roles:roles}
whitelist_externals = bash
allowlist_externals =
bash
{toxinidir}/tools/check_jobs_documented.py
commands =
flake8 {posargs}
{toxinidir}/tools/check_jobs_documented.py