From c124f4e6cf1ce394a5c968bfc6ee88f2e94219f4 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 29 Mar 2023 10:56:01 +0900 Subject: [PATCH] certbot moved their tests to an internal package (#8633) --- .github/downstream.d/certbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/downstream.d/certbot.sh b/.github/downstream.d/certbot.sh index e2f2203bbf0a..13508c87a0c8 100755 --- a/.github/downstream.d/certbot.sh +++ b/.github/downstream.d/certbot.sh @@ -14,7 +14,7 @@ case "${1}" in # Ignore some warnings for now since they're now automatically promoted # to errors. We can probably remove this when acme gets split into # its own repo - pytest -Wignore certbot/tests + pytest -Wignore certbot pytest acme ;; *)