pythonPackages.joblib: skip flaky test

fixes https://github.com/NixOS/nixpkgs/issues/60248
This commit is contained in:
Florian Franzen
2019-04-26 12:08:22 +02:00
committed by Robert Schütz
parent a08252919a
commit 604dae6797
@@ -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 = {