-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Support Pip's --only-binary
/ --no-binary
.
#2343
Labels
Comments
The status-quo with |
jsirois
added a commit
to jsirois/pex
that referenced
this issue
Jan 26, 2024
Previously, Pex just allowed specifying `--no-wheel` or `--no-build` globally. Now, individual projects can be slated for `--only-wheel` or `--only-build` just as they can with Pip. In the lock case, this information is saved so that lock updates carry the configuration forward. Fixes pex-tool#2343
jsirois
added a commit
that referenced
this issue
Jan 26, 2024
Previously, Pex just allowed specifying `--no-wheel` or `--no-build` globally. Now, individual projects can be slated for `--only-wheel` or `--only-build` just as they can with Pip. In the lock case, this information is saved so that lock updates carry the configuration forward. Fixes #2343 --------- Co-authored-by: Andreas Stenius <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would require being able to parse the flag in requirements files as well as providing Pex top-level flags for the option as well.
The text was updated successfully, but these errors were encountered: