Skip to content

Commit 522e16d

Browse files
committed
TST: correctly setup test data for .formats
1 parent 5cd5c0b commit 522e16d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -600,11 +600,11 @@ def pxd(name):
600600
'tests/data/*.table',
601601
'tests/data/*.html',
602602
'tests/data/html_encoding/*.html',
603-
'tests/test_json/data/*.json',
604-
'tests/formats/data/*.csv'],
603+
'tests/test_json/data/*.json'],
605604
'pandas.tools': ['tests/*.csv'],
606605
'pandas.tests': ['data/*.pickle',
607606
'data/*.csv'],
607+
'pandas.tests.formats': ['data/*.csv'],
608608
'pandas.tests.indexes': ['data/*.pickle'],
609609
'pandas.tseries.tests': ['data/*.pickle',
610610
'data/*.csv']

0 commit comments

Comments
 (0)