Loading pkgs/development/python-modules/certbot-dns-google/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -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 // { Loading Loading
pkgs/development/python-modules/certbot-dns-google/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -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 // { Loading