Skip to content

Commit cadbf2d

Browse files
TomAugspurgerjreback
authored andcommitted
TST: Avoid skipping common indexes tests (#19085)
Closes #19083
1 parent 4a8496b commit cadbf2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/indexes/interval/test_interval_new.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
import numpy as np
55

66
from pandas import Interval, IntervalIndex, Int64Index
7-
from pandas.tests.indexes.common import Base
87
import pandas.util.testing as tm
98

109

1110
pytestmark = pytest.mark.skip(reason="new indexing tests for issue 16316")
1211

1312

14-
class TestIntervalIndex(Base):
13+
class TestIntervalIndex(object):
1514

1615
def _compare_tuple_of_numpy_array(self, result, expected):
1716
lidx, ridx = result

0 commit comments

Comments
 (0)