Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1#21748
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
zooba commented Aug 5, 2020 • edited by bedevere-bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-bot
Uh oh!
There was an error while loading. Please reload this page.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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