Skip to content

Commit 87e6841

Browse files
authored
Update test_arrow.py
1 parent cecfe20 commit 87e6841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/test_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3853,7 +3853,7 @@ def test_roundtrip_of_nested_types():
38533853
)
38543854

38553855
if pa_version_under19p0:
3856-
with tm.assert_produces_warning(Pandas4Warning):
3856+
with tm.assert_produces_warning(Pandas4Warning, check_stacklevel=False):
38573857
table = pa.Table.from_pandas(df)
38583858
result = table.to_pandas()
38593859
else:

0 commit comments

Comments
 (0)