diff --git a/holoviews/tests/conftest.py b/holoviews/tests/conftest.py index e815361845..7d79f2379b 100644 --- a/holoviews/tests/conftest.py +++ b/holoviews/tests/conftest.py @@ -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.0 they now use `dask_expr` by default # https://github.com/dask/dask/issues/10995 import dask