Skip to content

Commit da766ce

Browse files
committed
fix test
1 parent 54a9ad6 commit da766ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

holoviews/tests/element/test_selection.py

-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ def pandas_df(self):
657657
-1,-1,-1]
658658
}, dtype=float)
659659

660-
@dd_available
661660
@pytest.fixture(scope="function")
662661
def dask_df(self, pandas_df):
663662
return dd.from_pandas(pandas_df, npartitions=2)

0 commit comments

Comments
 (0)