-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 #21748
Conversation
GH-21774 is a backport of this pull request to the 3.9 branch. |
GH-21775 is a backport of this pull request to the 3.8 branch. |
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. |
Good: Travis CI job ran this time. Bad: this PR is affected by https://bugs.python.org/issue41762 |
New close/reopen to re-run all CI jobs, to see if it magically solves https://bugs.python.org/issue41762 |
Tests / Windows (x86)
Other tests failed:
importlib failure:
|
|
||
from . import data01 | ||
from . import zipdata01, zipdata02 | ||
from . import util | ||
from importlib import resources, import_module | ||
from pathlib import Path | ||
from test.support import import_helper, unlink |
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.
Note: this should be merged ASAP since the "backports" were. |
New close/reopen attempt to fix the CI. |
I wrote PR #22281 to fix https://bugs.python.org/issue41762 but my current PR is not correct (breaks the rendered documentation). |
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. |
@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:
|
You probably want to rebase this on top of #22527 (an drop the pip version bump). |
Starting a fresh PR - apologies for the noise. |
https://bugs.python.org/issue41490