Skip to content

Commit

Permalink
certbot moved their tests to an internal package (#8633)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Mar 29, 2023
1 parent 5503df3 commit c124f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/downstream.d/certbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
*)
Expand Down

0 comments on commit c124f4e

Please sign in to comment.