Skip to content

Commit 19317e2

Browse files
fix errors
1 parent 636d809 commit 19317e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/modin/test_unsupported.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def test_unsupported_general(general_method, kwargs):
7979
["kurtosis", {}],
8080
["mode", {}],
8181
["pipe", {"func": ""}],
82-
["pop", {"item": ""}],
8382
["prod", {}],
8483
["product", {}],
8584
["query", {"expr": ""}],
@@ -156,7 +155,6 @@ def test_unsupported_df(df_method, kwargs):
156155
["mode", {}],
157156
["nbytes", {}],
158157
["pipe", {"func": ""}],
159-
["pop", {"item": ""}],
160158
["prod", {}],
161159
["ravel", {}],
162160
["reindex_like", {"other": ""}],

0 commit comments

Comments
 (0)