python3Packages.sparse: fix tests

This commit is contained in:
Jonathan Ringer 2020-07-03 12:44:07 -07:00 committed by Jon
parent 5947d5aff8
commit b9fd42db62

View File

@ -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