From 87ab76fc7d1c5e2857d30bc75a258859373ccac3 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 27 Mar 2024 15:44:28 -0700 Subject: [PATCH] allowlist apache conf test external --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 6dd17c725..24a5b0ff5 100644 --- a/tox.ini +++ b/tox.ini @@ -179,6 +179,8 @@ passenv = description = Run apacheconftest with pebble and Certbot outside of the tox virtual environment. deps = -e certbot-ci +allowlist_externals = + {toxinidir}/certbot-apache/certbot_apache/_internal/tests/apache-conf-files/apache-conf-test-pebble.py commands = {toxinidir}/certbot-apache/certbot_apache/_internal/tests/apache-conf-files/apache-conf-test-pebble.py --debian-modules @@ -186,6 +188,8 @@ commands = deps = {[testenv:apacheconftest]deps} {[testenv:apacheconftest-external-with-pebble]deps} +allowlist_externals = + {toxinidir}/certbot-apache/certbot_apache/_internal/tests/apache-conf-files/apache-conf-test-pebble.py commands = {[testenv:apacheconftest-external-with-pebble]commands} [testenv:nginxroundtrip]