forked from mirrors/nixpkgs
Merge pull request #98583 from teh/zhf-bayesian-optimization
python3Packages.bayesian-optimization: disable broken test
This commit is contained in:
commit
88aff646c2
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue