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

Expose more Pip options. #1561

Merged
merged 2 commits into from
Jan 10, 2022
Merged

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Jan 9, 2022

Expose Pip's --prefer-binary, --[no]-use-pep517 and
--no-build-isolation options to provide users more control over
distribution resolution and wheel building. This allows more corner
cases in the ecosystem to be PEXed.

Closes #802
Closes #1202
Closes #1560

This was referenced Jan 9, 2022
@jsirois jsirois force-pushed the pip/plumb-more-options branch from 3faf781 to c396582 Compare January 9, 2022 04:09
@jsirois jsirois force-pushed the pip/plumb-more-options branch 2 times, most recently from 26f7a3c to 846fff7 Compare January 9, 2022 17:07
Expose Pip's `--prefer-binary`, `--[no]-use-pep517` and
`--no-build-isolation` options to provide users more control over
distribution resolution and wheel building. This allows more corner
cases in the ecosystem to be PEXed.

Closes pex-tool#1202
Closes pex-tool#1560
@jsirois jsirois force-pushed the pip/plumb-more-options branch from 846fff7 to 9e5fd38 Compare January 10, 2022 04:10
This was referenced Jan 10, 2022
@jsirois
Copy link
Member Author

jsirois commented Jan 10, 2022

The 2nd commit (9e5fd38) was broken out to #1564 since it's independent bitrot that also affects #1563. I'll rebase this once that's in, but the 1st commit is good to go for review.

@jsirois jsirois merged commit 56455c4 into pex-tool:main Jan 10, 2022
@jsirois jsirois deleted the pip/plumb-more-options branch January 10, 2022 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pex bypass/avoid using pep517 Add --prefer-binary to pip Better support broken setup.py sdists.
2 participants