Skip to content

Commit b731138

Browse files
committed
TST: added api
1 parent 4323a62 commit b731138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/api/test_api.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ class TestPDApi(Base):
4848
'Period', 'PeriodIndex', 'RangeIndex', 'UInt64Index',
4949
'Series', 'SparseArray', 'SparseDataFrame',
5050
'SparseSeries', 'TimeGrouper', 'Timedelta',
51-
'TimedeltaIndex', 'Timestamp', 'Interval', 'IntervalIndex']
51+
'TimedeltaIndex', 'Timestamp', 'Interval', 'IntervalIndex',
52+
'CategoricalDtype']
5253

5354
# these are already deprecated; awaiting removal
5455
deprecated_classes = ['WidePanel', 'Panel4D',

0 commit comments

Comments
 (0)