python3Packages.certbot: ignore DeprecationWarnings during test

This commit is contained in:
Martin Weinelt 2022-09-16 19:03:25 +02:00
parent ccb6cb09e6
commit ccdc6e1f4c

View file

@ -49,6 +49,7 @@ buildPythonPackage rec {
"-o cache_dir=$(mktemp -d)" "-o cache_dir=$(mktemp -d)"
# See https://github.com/certbot/certbot/issues/8746 # See https://github.com/certbot/certbot/issues/8746
"-W ignore::ResourceWarning" "-W ignore::ResourceWarning"
"-W ignore::DeprecationWarning"
]; ];
doCheck = true; doCheck = true;