-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
pip installs a version it knows is bad when asked to self upgrade. #9287
Comments
The fix to this is unfortunately a part of 20.3.2, #9226. Closing since we use the issue tracker reflects the state of master. I’m already working on a fix that broke 20.3.2, and hopefully we could produce a 20.3.3 that contains both this and that made us yank 20.3.2. |
@uranusjr - please can you re-release 20.3.1 as 20.3.3 as a shorter term fix? This bug is going to be clogging up a huge amount of CI infrastructure, a lot of it provided by folk like RTD, CircleCI, Travis, etc as gestures of goodwill to the open source community... |
This comment has been minimized.
This comment has been minimized.
@cjw296 Unfortunately I do not have permissions to issue releases on PyPI (the people who do are listed on the PyPI page). I have already posted a fix to the issue, and it may be easier for us to realse a “real” 20.3.3 with the fix instead. |
People affected by this: Could you try
and see if it behaves correctly? |
Yeah, I already pinged @pradyunsg on Twitter, not sure if the other maintainers are still active. Assuming his Twitter bio is correct, he's on London time so should hopefully be coming online soon... |
Environment
This is on RTD.
Description
python -m pip install --upgrade --no-cache-dir pip
warns about a bad release but then goes on to use it anyway:Expected behavior
How to Reproduce
python -m pip install --upgrade --no-cache-dir pip
Output
https://readthedocs.org/projects/testfixtures/builds/12564349/
(5th build step)
The text was updated successfully, but these errors were encountered: