Merge pull request #131696 from jonringer/fix-python-lz4

python3Packages.joblib: fix eval
This commit is contained in:
Ben Siraphob
2021-07-27 22:58:32 +07:00
committed by GitHub
@@ -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 = [