Skip to content

Commit 7375580

Browse files
author
Chinmay Chandak
committed
Remove unwanted Dask Dataframe test in dataframe utils tests.
Merge branch 'master' of https://github.com/chinmaychandak/streamz
2 parents c5e5365 + 81dc27a commit 7375580

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

streamz/dataframe/tests/test_dataframe_utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
import numpy as np
77

88

9-
def test_utils_is_dataframe_like():
10-
test_utils_dataframe = pytest.importorskip('dask.dataframe.tests.test_utils_dataframe')
11-
test_utils_dataframe.test_is_dataframe_like()
12-
13-
149
def test_utils_get_base_frame_type_pandas():
1510
with pytest.raises(TypeError):
1611
get_base_frame_type("DataFrame", is_dataframe_like, None)

0 commit comments

Comments
 (0)