Skip to content

Commit 6be1169

Browse files
jrebackmattip
authored andcommitted
Revert "TST: move conftest.py to top-level (pandas-dev#15731)"
This reverts commit 6a52c15.
1 parent 6e4b51a commit 6be1169

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

pandas/tests/api/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TestPDApi(Base, tm.TestCase):
2929

3030
# these are optionally imported based on testing
3131
# & need to be ignored
32-
ignored = ['tests', 'locale']
32+
ignored = ['tests', 'locale', 'conftest']
3333

3434
# top-level sub-packages
3535
lib = ['api', 'compat', 'computation', 'core',

0 commit comments

Comments
 (0)