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
|
||||
, pandas
|
||||
, pybind11
|
||||
, mypy
|
||||
, setuptools-scm
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
@ -32,7 +31,6 @@ buildPythonPackage rec {
|
|||
checkInputs = [
|
||||
mypy
|
||||
pytestCheckHook
|
||||
mypy
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue