Skip to content

Commit

Permalink
move api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Feb 11, 2017
1 parent 61a243b commit 42e60e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_api(self):

class TestApi(Base, tm.TestCase):

allowed = ['tests', 'types']
allowed = ['types']

def test_api(self):

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ def pxd(name):
version=versioneer.get_version(),
packages=['pandas',
'pandas.api',
'pandas.api.tests',
'pandas.api.types',
'pandas.compat',
'pandas.compat.numpy',
Expand All @@ -639,6 +638,7 @@ def pxd(name):
'pandas.stats',
'pandas.util',
'pandas.tests',
'pandas.tests.api',
'pandas.tests.frame',
'pandas.tests.indexes',
'pandas.tests.indexes.datetimes',
Expand Down

0 comments on commit 42e60e2

Please sign in to comment.