Commit c9850d1
Fix test_no_optuna reinstalling optuna at wrong version
test_no_optuna() uninstalls optuna to test graceful handling, then
reinstalls it. It was hardcoded to reinstall optuna==2.8.0 instead of
the version range used elsewhere (>=2.8.0,<=3.6.1), leaving the test
environment with a downgraded optuna for the rest of the CI run. This
caused the saved dependency snapshot to incorrectly report optuna==2.8.0.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 18ed6d6 commit c9850d1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments