Skip to content

Commit 025ccb5

Browse files
authored
CoW: Remove filterwarnings and todo (pandas-dev#56390)
1 parent 3d492f1 commit 025ccb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/frame/test_subclass.py

-2
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,6 @@ def test_subclassed_wide_to_long(self):
524524

525525
tm.assert_frame_equal(long_frame, expected)
526526

527-
# TODO(CoW-warn) should not need to warn
528-
@pytest.mark.filterwarnings("ignore:Setting a value on a view:FutureWarning")
529527
def test_subclassed_apply(self):
530528
# GH 19822
531529

0 commit comments

Comments
 (0)