Uh oh!
There was an error while loading. Please reload this page.
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 - #21748
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1#21748zooba wants to merge 1 commit into
Conversation
bedevere-bot
commented
Aug 7, 2020
GH-21774 is a backport of this pull request to the 3.9 branch. |
bedevere-bot
commented
Aug 7, 2020
GH-21775 is a backport of this pull request to the 3.8 branch. |
vstinner
commented
Sep 11, 2020
The Travis CI job was blocked, so I closed/reopened the PR to see if it is enough to be able to merge the PR. |
vstinner
commented
Sep 11, 2020
Good: Travis CI job ran this time. Bad: this PR is affected by https://bugs.python.org/issue41762 |
vstinner
commented
Sep 11, 2020
New close/reopen to re-run all CI jobs, to see if it magically solves https://bugs.python.org/issue41762 |
vstinner
commented
Sep 12, 2020
Tests / Windows (x86) Other tests failed: importlib failure: |
There was a problem hiding this comment.
unlink should now be imported from test.support.os_helper.
ambv
commented
Sep 14, 2020
Note: this should be merged ASAP since the "backports" were. |
vstinner
commented
Sep 16, 2020
New close/reopen attempt to fix the CI. |
vstinner
commented
Sep 16, 2020
I wrote PR #22281 to fix https://bugs.python.org/issue41762 but my current PR is not correct (breaks the rendered documentation). |
vstinner
commented
Sep 18, 2020
I fixed https://bugs.python.org/issue41762 Let me try to close/reopen the issue to see if it's enough to run CI tests on a rebased PR. |
vstinner
commented
Sep 18, 2020
@zooba: Since https://bugs.python.org/issue41762 is now fixed, can you please update Lib/test/test_importlib/test_resource.py? See my previous comment:
|
pablogsal
commented
Oct 4, 2020
You probably want to rebase this on top of #22527 (an drop the pip version bump). |
zooba
commented
Oct 19, 2020
Starting a fresh PR - apologies for the noise. |
https://bugs.python.org/issue41490