Skip to content

TST: Add pybind11 to tox environments #13579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

DWesl
Copy link
Contributor

@DWesl DWesl commented Feb 17, 2021

This is needed to build scipy now, so tox fails without this listed

What does this implement/fix?

Tox sets up the environment with the listed dependencies, then attempts to install the package into the environment. If a build dependency is not listed, this apparently fails (I'm guessing this means tox is doing python setup.py bdist_wheel && pip install dist/scipy-new.whl rather than pip install .). This adds pybind11 to the packages in an environment so that running tox actually gets to the running tests part.

This is needed to build scipy now.
Copy link
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @DWesl

@rgommers rgommers merged commit 292fff8 into scipy:master Feb 18, 2021
@rgommers rgommers added the maintenance Items related to regular maintenance tasks label Feb 18, 2021
@rgommers rgommers added this to the 1.7.0 milestone Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants