python3Packages.db-dtypes: ignore numpy deprecations

This commit is contained in:
Martin Weinelt
2026-07-02 18:04:16 +02:00
parent 343f8dbe89
commit 7b84adab82

View File

@@ -45,6 +45,10 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [ pytestCheckHook ];
pytestFlags = [
"-Wignore::DeprecationWarning"
];
pythonImportsCheck = [ "db_dtypes" ];
meta = {