python3Packages.build: ignore DeprecationWarning
This commit is contained in:
@@ -54,6 +54,8 @@ buildPythonPackage rec {
|
||||
pytestFlagsArray = [
|
||||
"-n"
|
||||
"$NIX_BUILD_CORES"
|
||||
"-W"
|
||||
"ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
|
||||
Reference in New Issue
Block a user