python3Packages.db-dtypes: ignore numpy deprecations
This commit is contained in:
@@ -45,6 +45,10 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pytestFlags = [
|
||||
"-Wignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "db_dtypes" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user