Merge pull request #155302 from fabaff/fix-build

python3Packages.build: ignore DeprecationWarning
This commit is contained in:
Fabian Affolter 2022-01-17 13:04:32 +01:00 committed by GitHub
commit 0a534832f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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