python3Packages.certbot: ignore DeprecationWarnings during test
This commit is contained in:
@@ -49,6 +49,7 @@ buildPythonPackage rec {
|
||||
"-o cache_dir=$(mktemp -d)"
|
||||
# See https://github.com/certbot/certbot/issues/8746
|
||||
"-W ignore::ResourceWarning"
|
||||
"-W ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user