-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ref: work around pip not having retries for streamed downloads #60195
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
Scope: Backend
Automatically applied to PRs that change backend components
label
Nov 17, 2023
asottile-sentry
force-pushed
the
asottile-hack-pip
branch
from
November 17, 2023 19:38
3cc068f
to
7e273a1
Compare
asottile-sentry
force-pushed
the
asottile-hack-pip
branch
from
November 17, 2023 19:50
7e273a1
to
5a88bbd
Compare
asottile-sentry
force-pushed
the
asottile-hack-pip
branch
from
November 17, 2023 20:08
5a88bbd
to
a77413b
Compare
asottile-sentry
force-pushed
the
asottile-hack-pip
branch
from
November 17, 2023 20:48
a77413b
to
95e1479
Compare
asottile-sentry
force-pushed
the
asottile-hack-pip
branch
from
November 17, 2023 20:50
95e1479
to
1836500
Compare
asottile-sentry
force-pushed
the
asottile-hack-pip
branch
from
November 17, 2023 20:58
1836500
to
4bcf0cc
Compare
asottile-sentry
force-pushed
the
asottile-hack-pip
branch
from
November 17, 2023 21:05
4bcf0cc
to
9354087
Compare
asottile-sentry
force-pushed
the
asottile-hack-pip
branch
from
November 17, 2023 21:20
9354087
to
3f928ce
Compare
asottile-sentry
force-pushed
the
asottile-hack-pip
branch
2 times, most recently
from
November 17, 2023 21:41
02fd11a
to
bbac7b3
Compare
asottile-sentry
force-pushed
the
asottile-hack-pip
branch
from
November 17, 2023 21:48
bbac7b3
to
086c5d7
Compare
asottile-sentry
force-pushed
the
asottile-hack-pip
branch
from
November 17, 2023 22:13
086c5d7
to
14037f1
Compare
joshuarli
approved these changes
Nov 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOL
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pypa/pip#12383 (comment)
this is a terrible hack -- essentially:
.pth
file to monkeypatch pip for any calls into the virtualenv site-packagesDownloader.__call__