Skip to content

Commit

Permalink
CoW: Remove filterwarnings and todo (#56390)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Dec 8, 2023
1 parent 3d492f1 commit 025ccb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pandas/tests/frame/test_subclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,6 @@ def test_subclassed_wide_to_long(self):

tm.assert_frame_equal(long_frame, expected)

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

Expand Down

0 comments on commit 025ccb5

Please sign in to comment.