Skip to content
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

Add support for --no-build-isolation #2258

Merged
merged 3 commits into from
Mar 7, 2024
Merged

Conversation

charliermarsh
Copy link
Member

@charliermarsh charliermarsh commented Mar 7, 2024

Summary

This PR adds support for pip's --no-build-isolation. When enabled, build requirements won't be installed during PEP 517-style builds, but the source environment will be used when executing the build steps themselves.

Closes #1715.

@charliermarsh charliermarsh added enhancement New feature or improvement to existing functionality compatibility Compatibility with a specification or another tool labels Mar 7, 2024
@charliermarsh charliermarsh force-pushed the charlie/build-isolation branch 2 times, most recently from 7142e2e to 2841e23 Compare March 7, 2024 02:24
@charliermarsh charliermarsh marked this pull request as ready for review March 7, 2024 02:25
@charliermarsh charliermarsh force-pushed the charlie/build-isolation branch 3 times, most recently from 7afd06c to 2c04a79 Compare March 7, 2024 02:34
@charliermarsh charliermarsh force-pushed the charlie/build-isolation branch 2 times, most recently from 6acd796 to 9d53edf Compare March 7, 2024 03:15
@charliermarsh charliermarsh enabled auto-merge (squash) March 7, 2024 13:55
@charliermarsh charliermarsh merged commit 5ae5980 into main Mar 7, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/build-isolation branch March 7, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Compatibility with a specification or another tool enhancement New feature or improvement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support "--no-build-isolation" when installing packages
2 participants