From 4e6934a4b63e27b1ef2d41fab0537955d82e1557 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 28 Mar 2024 17:36:02 -0700 Subject: [PATCH] new tox requires local scripts to be explicitly allowlisted --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 45e58ca88..5e923dfd0 100644 --- a/tox.ini +++ b/tox.ini @@ -314,3 +314,5 @@ setenv = AWS_DEFAULT_REGION=us-east-1 changedir = letstest deps = -e {toxinidir}/letstest commands = {toxinidir}/tools/retry.sh letstest targets/targets.yaml {env:AWS_EC2_PEM_FILE} SET_BY_ENV scripts/test_apache2.sh --repo {toxinidir} +allowlist_externals = + {toxinidir}/tools/retry.sh