pythonPackages.joblib: skip flaky test

fixes https://github.com/NixOS/nixpkgs/issues/60248
This commit is contained in:
Florian Franzen 2019-03-09 22:59:36 +01:00 committed by Robert Schütz
parent a08252919a
commit 604dae6797

View file

@ -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 = {