python3Packages.bayesian-optimization: disable test broken by recent sklearn update
This commit is contained in:
parent
ec3714b42b
commit
4dda6d765a
@ -25,7 +25,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
checkPhase = ''
|
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; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user