Skip to content

Commit e2588d9

Browse files
authored
TST: Add tests/indexing/ and reshape/ to setup.py (#17076)
Looks like we just forgot about them. Oops.
1 parent a7b4a9c commit e2588d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ def pxd(name):
665665
'pandas.tests.computation',
666666
'pandas.tests.sparse',
667667
'pandas.tests.frame',
668+
'pandas.tests.indexing',
668669
'pandas.tests.indexes',
669670
'pandas.tests.indexes.datetimes',
670671
'pandas.tests.indexes.timedeltas',
@@ -676,6 +677,7 @@ def pxd(name):
676677
'pandas.tests.io.msgpack',
677678
'pandas.tests.io.formats',
678679
'pandas.tests.groupby',
680+
'pandas.tests.reshape',
679681
'pandas.tests.series',
680682
'pandas.tests.scalar',
681683
'pandas.tests.tseries',

0 commit comments

Comments
 (0)