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