python312Packages.certbot-dns-google: fix build (#352664)
This commit is contained in:
commit
c013e8c1da
@ -28,9 +28,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = [
|
||||||
"-o cache_dir=$(mktemp -d)"
|
"-o cache_dir=$(mktemp -d)"
|
||||||
|
# https://github.com/certbot/certbot/issues/9988
|
||||||
# Monitor https://github.com/certbot/certbot/issues/9606 for a solution
|
"-Wignore::DeprecationWarning"
|
||||||
"-W 'ignore:pkg_resources is deprecated as an API:DeprecationWarning'"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = certbot.meta // {
|
meta = certbot.meta // {
|
||||||
|
Loading…
Reference in New Issue
Block a user