-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
BuildLibrary building on various platformsLibrary building on various platformsTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite
Milestone
Description
As a follow-on to #9827, add a test for packaging pandas and importing that package into a venv that does not contain cython via https://github.com/pydata/pandas/wiki/Release-Checklist:
- python setup.py sdist --formats=zip,gztar
- create virtualenv with pandas dependencies (requirements_dev.txt), minus cython
- pip install <path_to_dist_tar.gz>
- run some subset of nosetests once installed
Metadata
Metadata
Assignees
Labels
BuildLibrary building on various platformsLibrary building on various platformsTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite