1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

new tox requires local scripts to be explicitly allowlisted

This commit is contained in:
Erica Portnoy
2024-03-28 17:36:02 -07:00
parent 57bb4e40b7
commit 4e6934a4b6

View File

@@ -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