File tree 2 files changed +0
-26
lines changed
2 files changed +0
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- import sys
3
-
4
2
import pandas as pd
5
3
from pandas import api
6
4
from pandas .util import testing as tm
@@ -148,18 +146,3 @@ def test_deprecation_cdaterange(self):
148
146
with tm .assert_produces_warning (FutureWarning ,
149
147
check_stacklevel = False ):
150
148
cdate_range ('2017-01-01' , '2017-12-31' )
151
-
152
-
153
- class TestCategoricalMove (object ):
154
-
155
- def test_categorical_move (self ):
156
- # May have been cached by another import, e.g. pickle tests.
157
- sys .modules .pop ("pandas.core.categorical" , None )
158
-
159
- with tm .assert_produces_warning (FutureWarning ):
160
- from pandas .core .categorical import Categorical # noqa
161
-
162
- sys .modules .pop ("pandas.core.categorical" , None )
163
-
164
- with tm .assert_produces_warning (FutureWarning ):
165
- from pandas .core .categorical import CategoricalDtype # noqa
You can’t perform that action at this time.
0 commit comments