python3Packages.bayesian-optimization: disable test broken by recent sklearn update

This commit is contained in:
Tom Hunger 2020-09-23 19:52:04 +01:00
parent ec3714b42b
commit 4dda6d765a

View file

@ -25,7 +25,8 @@ buildPythonPackage rec {
checkInputs = [ pytest ];
checkPhase = ''
pytest tests
# New sklearn broke one test: https://github.com/fmfn/BayesianOptimization/issues/243
pytest tests -k "not test_suggest_with_one_observation"
'';
meta = with lib; {