python312Packages.certbot-dns-google: fix build (#352664)

This commit is contained in:
OTABI Tomoya 2024-11-02 13:51:39 +09:00 committed by GitHub
commit c013e8c1da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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