We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b4a9c commit e2588d9Copy full SHA for e2588d9
setup.py
@@ -665,6 +665,7 @@ def pxd(name):
665
'pandas.tests.computation',
666
'pandas.tests.sparse',
667
'pandas.tests.frame',
668
+ 'pandas.tests.indexing',
669
'pandas.tests.indexes',
670
'pandas.tests.indexes.datetimes',
671
'pandas.tests.indexes.timedeltas',
@@ -676,6 +677,7 @@ def pxd(name):
676
677
'pandas.tests.io.msgpack',
678
'pandas.tests.io.formats',
679
'pandas.tests.groupby',
680
+ 'pandas.tests.reshape',
681
'pandas.tests.series',
682
'pandas.tests.scalar',
683
'pandas.tests.tseries',
0 commit comments