Skip to content

Commit 487e535

Browse files
committed
python312Packages.certbot-dns-cloudflare: ignore DeprecationWarning
1 parent eca7e4c commit 487e535

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • pkgs/development/python-modules/certbot-dns-cloudflare

pkgs/development/python-modules/certbot-dns-cloudflare/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ buildPythonPackage rec {
2828
"-o cache_dir=$(mktemp -d)"
2929

3030
# Monitor https://github.com/certbot/certbot/issues/9606 for a solution
31-
"-W 'ignore:pkg_resources is deprecated as an API:DeprecationWarning'"
31+
"-W"
32+
"ignore::DeprecationWarning"
3233
];
3334

3435
meta = certbot.meta // {

0 commit comments

Comments
 (0)