python3Packages.joblib: fix eval

This commit is contained in:
Jonathan Ringer 2021-07-27 08:22:34 -07:00
parent 722ac674d2
commit 9de6ec98c0
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -5,7 +5,7 @@
, stdenv
, numpydoc
, pytestCheckHook
, python-lz4
, lz4
, setuptools
, sphinx
}:
@ -22,7 +22,7 @@ buildPythonPackage rec {
};
checkInputs = [ sphinx numpydoc pytestCheckHook ];
propagatedBuildInputs = [ python-lz4 setuptools ];
propagatedBuildInputs = [ lz4 setuptools ];
pytestFlagsArray = [ "joblib/test" ];
disabledTests = [