We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca7e4c commit 487e535Copy full SHA for 487e535
1 file changed
pkgs/development/python-modules/certbot-dns-cloudflare/default.nix
@@ -28,7 +28,8 @@ buildPythonPackage rec {
28
"-o cache_dir=$(mktemp -d)"
29
30
# Monitor https://github.com/certbot/certbot/issues/9606 for a solution
31
- "-W 'ignore:pkg_resources is deprecated as an API:DeprecationWarning'"
+ "-W"
32
+ "ignore::DeprecationWarning"
33
];
34
35
meta = certbot.meta // {
0 commit comments