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

fix(pip): skip wheel patching with empty patches #2294

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

keith
Copy link
Member

@keith keith commented Oct 11, 2024

Previously if you pulled multiple wheels of the same dep, even ones not affected by patches would be processed, which is expensive for larger wheels because of the unzipping / re-zipping.

Fixes #2263

@keith keith changed the title fix: skip wheel patching with empty patches fix(pip): skip wheel patching with empty patches Oct 11, 2024
@keith keith force-pushed the ks/skip-wheel-patching-with-empty-patches branch from da98fa5 to 5e5503d Compare October 11, 2024 19:08
@keith keith requested a review from rickeylev as a code owner October 11, 2024 19:08
@keith keith force-pushed the ks/skip-wheel-patching-with-empty-patches branch from 5e5503d to 46bc236 Compare October 11, 2024 20:11
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.

Scope pip.override to single version of referenced wheel
1 participant