Skip to content

Commit 14052c6

Browse files
committed
remove slice_shift from test finalize
1 parent 7bda841 commit 14052c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/generic/test_finalize.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,6 @@
424424
(pd.DataFrame, frame_data, operator.methodcaller("where", np.array([[True]]))),
425425
(pd.Series, ([1, 2],), operator.methodcaller("mask", np.array([True, False]))),
426426
(pd.DataFrame, frame_data, operator.methodcaller("mask", np.array([[True]]))),
427-
(pd.Series, ([1, 2],), operator.methodcaller("slice_shift")),
428-
(pd.DataFrame, frame_data, operator.methodcaller("slice_shift")),
429427
pytest.param(
430428
(
431429
pd.Series,

0 commit comments

Comments
 (0)