Skip to content

Commit

Permalink
CoW: Remove filterwarnings and todo
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Dec 7, 2023
1 parent aed4df1 commit 03e9bb8
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 03e9bb8

Please sign in to comment.