From 7a88ad9abd9c70bbd10b909650698dcfb1ed2959 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 4 Jan 2018 14:49:21 -0600 Subject: [PATCH] TST: Avoid skipping common indexes tests Closes https://github.com/pandas-dev/pandas/issues/19083 --- pandas/tests/indexes/interval/test_interval_new.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandas/tests/indexes/interval/test_interval_new.py b/pandas/tests/indexes/interval/test_interval_new.py index c8b30e19daa02..a0d11db46d316 100644 --- a/pandas/tests/indexes/interval/test_interval_new.py +++ b/pandas/tests/indexes/interval/test_interval_new.py @@ -4,14 +4,13 @@ import numpy as np from pandas import Interval, IntervalIndex, Int64Index -from pandas.tests.indexes.common import Base import pandas.util.testing as tm pytestmark = pytest.mark.skip(reason="new indexing tests for issue 16316") -class TestIntervalIndex(Base): +class TestIntervalIndex(object): def _compare_tuple_of_numpy_array(self, result, expected): lidx, ridx = result