We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8496b commit cadbf2dCopy full SHA for cadbf2d
pandas/tests/indexes/interval/test_interval_new.py
@@ -4,14 +4,13 @@
4
import numpy as np
5
6
from pandas import Interval, IntervalIndex, Int64Index
7
-from pandas.tests.indexes.common import Base
8
import pandas.util.testing as tm
9
10
11
pytestmark = pytest.mark.skip(reason="new indexing tests for issue 16316")
12
13
14
-class TestIntervalIndex(Base):
+class TestIntervalIndex(object):
15
16
def _compare_tuple_of_numpy_array(self, result, expected):
17
lidx, ridx = result
0 commit comments