python3Packages.db-dtypes: ignore numpy deprecations

This commit is contained in:
Martin Weinelt
2026-07-02 23:07:31 +02:00
parent 343f8dbe89
commit 7b84adab82
@@ -45,6 +45,10 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [ pytestCheckHook ];
pytestFlags = [
"-Wignore::DeprecationWarning"
];
pythonImportsCheck = [ "db_dtypes" ];
meta = {