python3Packages.sparse: fix tests
This commit is contained in:
parent
5947d5aff8
commit
b9fd42db62
@ -2,6 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, isPy3k
|
, isPy3k
|
||||||
|
, dask
|
||||||
, numpy
|
, numpy
|
||||||
, scipy
|
, scipy
|
||||||
, numba
|
, numba
|
||||||
@ -19,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "ffbca00a53f938e4f04230f582b210440efb54d74d60af1d1ced3864f61677ac";
|
sha256 = "ffbca00a53f938e4f04230f582b210440efb54d74d60af1d1ced3864f61677ac";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest dask ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
numpy
|
numpy
|
||||||
scipy
|
scipy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user