mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #131696 from jonringer/fix-python-lz4
python3Packages.joblib: fix eval
This commit is contained in:
commit
ec1551facf
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user