Skip to content

Commit c124f4e

Browse files
authored
certbot moved their tests to an internal package (#8633)
1 parent 5503df3 commit c124f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/downstream.d/certbot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ case "${1}" in
1414
# Ignore some warnings for now since they're now automatically promoted
1515
# to errors. We can probably remove this when acme gets split into
1616
# its own repo
17-
pytest -Wignore certbot/tests
17+
pytest -Wignore certbot
1818
pytest acme
1919
;;
2020
*)

0 commit comments

Comments
 (0)