Skip to content

Commit

Permalink
Update holoviews/tests/conftest.py
Browse files Browse the repository at this point in the history
[skip-ci]
  • Loading branch information
hoxbro committed Mar 13, 2024
1 parent 3fa4343 commit a836ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions holoviews/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def pytest_collection_modifyitems(config, items):


with contextlib.suppress(Exception):
# From Dask 2023.7,1 they now automatic convert strings
# From Dask 2023.7.1 they now automatically convert strings
# https://docs.dask.org/en/stable/changelog.html#v2023-7-1
# From Dask 2024.3,1 they now use a query planning
# From Dask 2024.3.1 they now use `dask_expr` by default
# https://github.com/dask/dask/issues/10995
import dask

Expand Down

0 comments on commit a836ba3

Please sign in to comment.