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

Future-proof pip entrypoints special case #1982

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

konstin
Copy link
Member

@konstin konstin commented Feb 26, 2024

Update #1918 to handle pypa/pip#12536, where pip removed their python minor entrypoint. The pip test is semi-functional since it builds pip from source instead of using a wheel with the wrong entrypoint, we have to update it when this pip version has a release.

Closes #1593.

@konstin konstin added the compatibility Compatibility with a specification or another tool label Feb 26, 2024
.arg("requirements.txt")
.arg("--strict")
.output()
.expect("Failed to install pip");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd skip the output here since it's different for the two different versions

Update #1918 to handle pypa/pip#12536, where pip removed their python minor entrypoints.

Closes #1593.
@konstin konstin force-pushed the konsti/update-pip-special-case branch from 6cdc18a to ddd6768 Compare February 28, 2024 13:10
@konstin konstin merged commit d0ffabd into main Mar 1, 2024
7 checks passed
@konstin konstin deleted the konsti/update-pip-special-case branch March 1, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Compatibility with a specification or another tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Special case pip entrypoint names
1 participant