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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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";