python3Packages.build: ignore DeprecationWarning

This commit is contained in:
Fabian Affolter 2022-01-17 09:09:44 +01:00
parent 9e779f01ca
commit c81e760f68

View file

@ -54,6 +54,8 @@ buildPythonPackage rec {
pytestFlagsArray = [
"-n"
"$NIX_BUILD_CORES"
"-W"
"ignore::DeprecationWarning"
];
disabledTests = [