Skip to content

Commit

Permalink
python312Packages.certbot-dns-google: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Oct 31, 2024
1 parent a84cba7 commit f85db40
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ buildPythonPackage rec {

pytestFlagsArray = [
"-o cache_dir=$(mktemp -d)"

# Monitor https://github.com/certbot/certbot/issues/9606 for a solution
"-W 'ignore:pkg_resources is deprecated as an API:DeprecationWarning'"
# https://github.com/certbot/certbot/issues/9988
"-Wignore::DeprecationWarning"
];

meta = certbot.meta // {
Expand Down

0 comments on commit f85db40

Please sign in to comment.