From 155fb7056ddda0ee9f585214cfef834ec35df042 Mon Sep 17 00:00:00 2001 From: Sanjay Chari Date: Fri, 6 Jan 2023 10:02:10 +0530 Subject: [PATCH] Fix tox issues This patch fixes issues with the openstack-tox-molecule and openstack-tox-linters Zuul jobs. Change-Id: I577897953ff04a1e9cc3f70d32650d688e3b32fd --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index c94172bbd..101f676d1 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,8 @@ commands = bash -c "set -e; for config in $(ls conf/); do \ echo conf/$config; pykwalify -d conf/$config -s browbeat/schema/browbeat.yml; done" {[testenv:dist]commands} +allowlist_externals = + bash [testenv:dist] basepython = python3 @@ -80,6 +82,8 @@ commands = [testenv:molecule] commands = {toxinidir}/ci-scripts/molecule/test-molecule.sh +allowlist_externals = + {toxinidir}/ci-scripts/molecule/test-molecule.sh [flake8] # E123, E125 skipped as they are invalid PEP-8.