pythonPackages.joblib: skip flaky test
fixes https://github.com/NixOS/nixpkgs/issues/60248
This commit is contained in:
parent
a08252919a
commit
604dae6797
@ -38,8 +38,10 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ sphinx numpydoc pytest ];
|
checkInputs = [ sphinx numpydoc pytest ];
|
||||||
propagatedBuildInputs = [ python-lz4 ];
|
propagatedBuildInputs = [ python-lz4 ];
|
||||||
|
|
||||||
|
# test_disk_used is broken
|
||||||
|
# https://github.com/joblib/joblib/issues/57
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test joblib
|
py.test joblib -k "not test_disk_used"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user