Skip to content

ENH: reorder includes for testing on top of system installations of NumPy #22078

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
Aug 3, 2022

Conversation

charris
Copy link
Member

@charris charris commented Aug 3, 2022

Backport of #22017.

I ran across this when using a ubuntu-system python with numpy installed. Since there are numpy include headers in sysconfig.get_config_var('INCLUDEPY'), putting it first means the tests use that set of headers and not the ones from the test environment.

@charris charris added 01 - Enhancement 08 - Backport Used to tag backport PRs labels Aug 3, 2022
@charris charris added this to the 1.23.2 release milestone Aug 3, 2022
@charris charris merged commit 72b98a0 into numpy:maintenance/1.23.x Aug 3, 2022
@charris charris deleted the backport-22017 branch August 3, 2022 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 - Enhancement 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants