From 90348bde4e703a297503acf55ee8bd29f263545a Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Fri, 29 Mar 2024 11:24:51 -0700 Subject: [PATCH] allowlist the apache conf test farm test --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 6b710906e..1ad33dc27 100644 --- a/tox.ini +++ b/tox.ini @@ -177,6 +177,8 @@ commands = {toxinidir}/certbot-apache/certbot_apache/_internal/tests/apache-conf-files/apache-conf-test --debian-modules passenv = SERVER +allowlist_externals = + {toxinidir}/certbot-apache/certbot_apache/_internal/tests/apache-conf-files/apache-conf-test [testenv:apacheconftest-external-with-pebble] description = Run apacheconftest with pebble and Certbot outside of the tox virtual environment.