Merge pull request #98583 from teh/zhf-bayesian-optimization

python3Packages.bayesian-optimization: disable broken test
This commit is contained in:
Robert Scott 2020-10-06 19:50:33 +01:00 committed by GitHub
commit 88aff646c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; {