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

Plumb --pip-version to Platform tag calculation. #2538

Merged
merged 4 commits into from
Sep 18, 2024

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Sep 18, 2024

This fixes a long-standing discrepency between the selected
--pip-version and the Pip actually used to determine abbreviated
--platform compatibility tags. With the --pip-log enhancement
from #2536 the calculated abbreviated platform tags are now always
logged to the Pip log, which is very useful for debugging failed
resolves using abbreviated platforms.

Fixes #1894

This fixes a long-standing discrepency between the selected
`--pip-version` and the Pip actually used to determine abbreviated
`--platform` compatibility tags. With the `--pip-log` enhancement
from pex-tool#2536 the calculated abbreviated platform tags are now always
logged to the Pip log, which is very useful for debugging failed
resolves using abbreviated platforms.

Fixes pex-tool#1894
@jsirois jsirois merged commit 85bdc77 into pex-tool:main Sep 18, 2024
26 checks passed
@jsirois jsirois deleted the issues/1894 branch September 18, 2024 23:14
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.

Plumb --pip-version to Platform tag calculation.
1 participant