python39Packages.dask-image: remove unused input, add import check
This commit is contained in:
parent
d90691fec0
commit
e9da122526
@ -1,7 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, fetchpatch
|
|
||||||
, dask
|
, dask
|
||||||
, numpy, toolz # dask[array]
|
, numpy, toolz # dask[array]
|
||||||
, scipy
|
, scipy
|
||||||
@ -38,6 +37,7 @@ buildPythonPackage rec {
|
|||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest --ignore=tests/test_dask_image/
|
pytest --ignore=tests/test_dask_image/
|
||||||
'';
|
'';
|
||||||
|
pythonImportsCheck = [ "dask_image" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/dask/dask-image";
|
homepage = "https://github.com/dask/dask-image";
|
||||||
|
Loading…
Reference in New Issue
Block a user