Skip to content

Commit

Permalink
Update test_arrow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 authored Dec 7, 2023
1 parent f879112 commit e93f05a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pandas/tests/extension/test_arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,13 +763,7 @@ def test_invert(self, data, request):
reason=f"pyarrow.compute.invert does support {pa_dtype}",
)
)
if PY312 and pa.types.is_boolean(pa_dtype):
with tm.assert_produces_warning(
DeprecationWarning, match="Bitwise inversion", check_stacklevel=False
):
super().test_invert(data)
else:
super().test_invert(data)
super().test_invert(data)


class TestBaseMethods(base.BaseMethodsTests):
Expand Down

0 comments on commit e93f05a

Please sign in to comment.