python3Packages.duckdb: add mypy test dep

This commit is contained in:
Jonathan Ringer
2021-12-14 12:04:44 -08:00
parent 0ecd8d85f0
commit 144913fef8
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, duckdb
, mypy
, numpy
, pandas
, pybind11
@@ -38,6 +39,7 @@ buildPythonPackage rec {
checkInputs = [
pytestCheckHook
mypy
];
pythonImportsCheck = [ "duckdb" ];