Skip to content

Commit bc4d8c6

Browse files
committed
remove invert
1 parent bfd36f8 commit bc4d8c6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pandas/tests/extension/test_masked.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -361,15 +361,6 @@ def check_accumulate(self, ser: pd.Series, op_name: str, skipna: bool):
361361
else:
362362
raise NotImplementedError(f"{op_name} not supported")
363363

364-
def test_invert(self, data, request):
365-
if data.dtype.kind == "f":
366-
mark = pytest.mark.xfail(
367-
reason="Looks like the base class test implicitly assumes "
368-
"boolean/integer dtypes"
369-
)
370-
request.node.add_marker(mark)
371-
super().test_invert(data)
372-
373364

374365
class Test2DCompat(base.Dim2CompatTests):
375366
pass

0 commit comments

Comments
 (0)