python3Packages.duckdb: add mypy test dep
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, duckdb
|
||||
, mypy
|
||||
, numpy
|
||||
, pandas
|
||||
, pybind11
|
||||
@@ -38,6 +39,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
mypy
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "duckdb" ];
|
||||
|
||||
Reference in New Issue
Block a user