python3Packages.duckdb: fix eval
This commit is contained in:
parent
11a0b61783
commit
eb901b0b6f
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
||||||
, numpy
|
, numpy
|
||||||
, pandas
|
, pandas
|
||||||
, pybind11
|
, pybind11
|
||||||
, mypy
|
|
||||||
, setuptools-scm
|
, setuptools-scm
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
@ -32,7 +31,6 @@ buildPythonPackage rec {
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
mypy
|
mypy
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
mypy
|
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
|
Loading…
Reference in a new issue