From 1b02694721a098f18c79b6f6456819835b71ef4a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= <simon.hansen@me.com>
Date: Wed, 13 Mar 2024 18:12:56 +0100
Subject: [PATCH] Update holoviews/tests/conftest.py

---
 holoviews/tests/conftest.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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