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

Commits on Sep 18, 2024

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

    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 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bbfbf9c View commit details
    Browse the repository at this point in the history
  2. Kill unused import.

    jsirois committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    739989b View commit details
    Browse the repository at this point in the history
  3. Fixup tests.

    jsirois committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    baf5729 View commit details
    Browse the repository at this point in the history
  4. Fix another test.

    jsirois committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2a02a40 View commit details
    Browse the repository at this point in the history