File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ def test_api(self):
133
133
134
134
class TestApi (Base , tm .TestCase ):
135
135
136
- allowed = ['tests' , ' types' ]
136
+ allowed = ['types' ]
137
137
138
138
def test_api (self ):
139
139
Original file line number Diff line number Diff line change @@ -622,7 +622,6 @@ def pxd(name):
622
622
version = versioneer .get_version (),
623
623
packages = ['pandas' ,
624
624
'pandas.api' ,
625
- 'pandas.api.tests' ,
626
625
'pandas.api.types' ,
627
626
'pandas.compat' ,
628
627
'pandas.compat.numpy' ,
@@ -639,6 +638,7 @@ def pxd(name):
639
638
'pandas.stats' ,
640
639
'pandas.util' ,
641
640
'pandas.tests' ,
641
+ 'pandas.tests.api' ,
642
642
'pandas.tests.frame' ,
643
643
'pandas.tests.indexes' ,
644
644
'pandas.tests.indexes.datetimes' ,
You can’t perform that action at this time.
0 commit comments