Run test suite with dev version of bokeh#6715
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 15 files ±0 15 suites ±0 6h 54m 2s ⏱️ + 30m 44s For more details on these failures, see this check. Results for commit 10767d6. ± Comparison against base commit bfc5cfe. ♻️ This comment has been updated with latest results. |
|
@bryevdv it looks like these are the following things that are popping up in CI when using the nightly AttributeError: module 'bokeh.plotting' has no attribute 'Figure'TypeError: linear_cmap() got an unexpected keyword argument 'field_name' bokeh.util.warnings.BokehDeprecationWarning: on_click(handler) was deprecated in Bokeh 3.0.0 and will be removed, use on_event("button_click", handler) instead.bokeh.util.warnings.BokehDeprecationWarning: CDSView.filters was deprecated in bokeh 3.0. Use CDSView.filter instead. |
Redundant and removed, everything should use
This was evidently changed to just The deprecations will continue to work, but it would be good to update them any time after Dask sets Bokeh 3.0 as the min version. |
|
@jrbourbeau can you try to confirm that these errors are not just test-only issues, and that they affect real codepaths? |
|
@jrbourbeau I am submitting a PR to revert the So I think that can be handled on this end. |
xref #6707