python3Packages.build: ignore DeprecationWarning
This commit is contained in:
parent
9e779f01ca
commit
c81e760f68
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ buildPythonPackage rec {
|
|||
pytestFlagsArray = [
|
||||
"-n"
|
||||
"$NIX_BUILD_CORES"
|
||||
"-W"
|
||||
"ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
|
|
Loading…
Reference in a new issue