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 0e6bcb4 commit 0194e31Copy full SHA for 0194e31
pandas/computation/tests/__init__.py renamed to pandas/tests/computation/__init__.py
pandas/computation/tests/test_compat.py renamed to pandas/tests/computation/test_compat.py
pandas/computation/tests/test_eval.py renamed to pandas/tests/computation/test_eval.py
setup.py
@@ -626,7 +626,6 @@ def pxd(name):
626
'pandas.compat',
627
'pandas.compat.numpy',
628
'pandas.computation',
629
- 'pandas.computation.tests',
630
'pandas.core',
631
'pandas.indexes',
632
'pandas.io',
@@ -638,6 +637,7 @@ def pxd(name):
638
637
'pandas.util',
639
'pandas.tests',
640
'pandas.tests.api',
+ 'pandas.tests.computation',
641
'pandas.tests.frame',
642
'pandas.tests.indexes',
643
'pandas.tests.indexes.datetimes',
0 commit comments