From da766ce30f02c82711309147b3f532f12ed152e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Fri, 2 Feb 2024 16:55:31 +0100 Subject: [PATCH] fix test --- holoviews/tests/element/test_selection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/holoviews/tests/element/test_selection.py b/holoviews/tests/element/test_selection.py index 7e92b475b6..542fc94d1c 100644 --- a/holoviews/tests/element/test_selection.py +++ b/holoviews/tests/element/test_selection.py @@ -657,7 +657,6 @@ def pandas_df(self): -1,-1,-1] }, dtype=float) - @dd_available @pytest.fixture(scope="function") def dask_df(self, pandas_df): return dd.from_pandas(pandas_df, npartitions=2)