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

Remove Pex runtime scrubbing dist discovery. #2290

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Nov 16, 2023

This was a relic of the days of egg zips; and the dist.location data
is now fully redundant with the sys.path element input to find the
dist in the 1st place.

Fixes #2289

This was a relic of the days of egg zips; and the `dist.location` data
is now fully redundant with the `sys.path` element input to find the
dist in the 1st place.

Fixes pex-tool#2289
@jsirois jsirois requested review from kaos, benjyw and huonw November 16, 2023 19:42
@jsirois jsirois merged commit 85e151c into pex-tool:main Nov 16, 2023
24 checks passed
@jsirois jsirois deleted the issues/2289 branch November 16, 2023 21:17
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 fails with InvalidSpecifier if any dist has a bad version specifier
2 participants