From 57c5e353e50a99a2497d33cd0b2e9b1478f5b9db Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 9 Jan 2023 09:22:10 -0800 Subject: [PATCH] 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 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7bdf20e..ce70a9b 100644 --- a/tox.ini +++ b/tox.ini @@ -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