Skip to content

Commit

Permalink
Revert "TST: move conftest.py to top-level (#15731)"
Browse files Browse the repository at this point in the history
This reverts commit 6a52c15.
  • Loading branch information
jreback committed Mar 18, 2017
1 parent 6333412 commit 59b88ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pandas/tests/api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TestPDApi(Base, tm.TestCase):

# these are optionally imported based on testing
# & need to be ignored
ignored = ['tests', 'locale']
ignored = ['tests', 'locale', 'conftest']

# top-level sub-packages
lib = ['api', 'compat', 'computation', 'core',
Expand Down

0 comments on commit 59b88ab

Please sign in to comment.