python39Packages.dask-image: remove unused input, add import check

This commit is contained in:
Sandro Jäckel
2021-02-15 23:49:08 +01:00
parent d90691fec0
commit e9da122526

View File

@@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, fetchpatch
, dask
, numpy, toolz # dask[array]
, scipy
@@ -38,6 +37,7 @@ buildPythonPackage rec {
checkPhase = ''
pytest --ignore=tests/test_dask_image/
'';
pythonImportsCheck = [ "dask_image" ];
meta = with lib; {
homepage = "https://github.com/dask/dask-image";