Skip to content

Commit a29e4f6

Browse files
authored
CI: Fix ci (#56205)
1 parent aa994bb commit a29e4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/copy_view/test_chained_assignment_deprecation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_methods_iloc_warn(using_copy_on_write):
3636
def test_methods_iloc_getitem_item_cache(func, args, using_copy_on_write):
3737
df = DataFrame({"a": [1, 2, 3], "b": 1})
3838
ser = df.iloc[:, 0]
39-
TODO(CoW-warn) should warn about updating a view
39+
# TODO(CoW-warn) should warn about updating a view
4040
getattr(ser, func)(*args, inplace=True)
4141

4242
# parent that holds item_cache is dead, so don't increase ref count

0 commit comments

Comments
 (0)