mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
Merge pull request #155302 from fabaff/fix-build
python3Packages.build: ignore DeprecationWarning
This commit is contained in:
commit
0a534832f6
@ -54,6 +54,8 @@ buildPythonPackage rec {
|
||||
pytestFlagsArray = [
|
||||
"-n"
|
||||
"$NIX_BUILD_CORES"
|
||||
"-W"
|
||||
"ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
|
Loading…
Reference in New Issue
Block a user