python3Packages.duckdb: add checkInputs

This commit is contained in:
Phillip Cloud
2022-06-21 12:15:04 -05:00
parent 78d4dc2639
commit 16f1c3ea1e
@@ -1,9 +1,11 @@
{ lib
, buildPythonPackage
, duckdb
, google-cloud-storage
, mypy
, numpy
, pandas
, psutil
, pybind11
, setuptools-scm
, pytestCheckHook
@@ -29,7 +31,9 @@ buildPythonPackage rec {
];
checkInputs = [
google-cloud-storage
mypy
psutil
pytestCheckHook
];