Merge pull request #98583 from teh/zhf-bayesian-optimization
python3Packages.bayesian-optimization: disable broken test
This commit is contained in:
commit
88aff646c2
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue