Loading pkgs/development/python-modules/certbot-dns-route53/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,12 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "-o cache_dir=$(mktemp -d)" ]; 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'" ]; sourceRoot = "${src.name}/certbot-dns-route53"; Loading Loading
pkgs/development/python-modules/certbot-dns-route53/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,12 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "-o cache_dir=$(mktemp -d)" ]; 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'" ]; sourceRoot = "${src.name}/certbot-dns-route53"; Loading