mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
python3Packages.duckdb: ignore numpy deprecation
This commit is contained in:
@@ -109,7 +109,10 @@ buildPythonPackage rec {
|
||||
++ optional-dependencies.all;
|
||||
|
||||
# test flags from .github/workflows/Python.yml
|
||||
pytestFlags = [ "--verbose" ];
|
||||
pytestFlags = [
|
||||
"--verbose"
|
||||
"-Wignore::DeprecationWarning"
|
||||
];
|
||||
enabledTestPaths = if stdenv.hostPlatform.isDarwin then [ "tests/fast" ] else [ "tests" ];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user