Skip to content

Commit 15915dc

Browse files
committed
remove test
1 parent fbbfe46 commit 15915dc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas/tests/extension/test_interval.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ def test_EA_types(self, engine, data):
8989
with pytest.raises(NotImplementedError, match=expected_msg):
9090
super().test_EA_types(engine, data)
9191

92-
@pytest.mark.xfail(
93-
reason="Looks like the test (incorrectly) implicitly assumes int/bool dtype"
94-
)
95-
def test_invert(self, data):
96-
super().test_invert(data)
97-
9892
@pytest.mark.xfail(reason="Round is not valid for IntervalArray.")
9993
def test_round(self, data):
10094
super().test_round(data)

0 commit comments

Comments
 (0)