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

Guard against mismatched --requirements-pex. #2392

Merged
merged 3 commits into from
Mar 28, 2024

Commits on Mar 24, 2024

  1. Guard against mismatched --requirements-pex.

    Pex cannot yet handle turning installed wheel chroots back into wheel
    files (see pex-tool#2299). As such, until that time, it must reject attempts
    to combine PEXes with different wheel packaging.
    
    Clarifies pex-tool#2391
    jsirois committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    a6bdb31 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    824a4b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Fixup real issue here.

    jsirois committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ac17ade View commit details
    Browse the repository at this point in the history