Skip to content

Add test for sdist and pandas import #9878

@ajamian

Description

@ajamian

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

No one assigned

    Labels

    BuildLibrary building on various platformsTestingpandas testing functions or related to the test suite

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions