-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Upgrade bundled pip to 24.2 #122744
Comments
(cherry picked from commit 40f3095) Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
(cherry picked from commit 40f3095) Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
And all merged :) |
=====================================================================
FAIL: test_with_pip (test.test_venv.EnsurePipTest.test_with_pip)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/test/test_venv.py", line 923, in test_with_pip
self.do_test_with_pip(False)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/test/test_venv.py", line 889, in do_test_with_pip
self.assertEqual(err.rstrip(), "")
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
AssertionError: 'WARNING: Disabling truststore since ssl support is missing' != ''
- WARNING: Disabling truststore since ssl support is missing |
Maybe we should skip this test when ssl is missing? cc @sethmlarson |
We can ignore the message if it's expected; there's code for another warning already: #122776 The question for @sethmlarson or pip maintainers is, will pip stick with this wording? |
Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
…ythonGH-122776) (cherry picked from commit 0d9c123) Co-authored-by: Petr Viktorin <encukou@gmail.com>
…ythonGH-122776) (cherry picked from commit 0d9c123) Co-authored-by: Petr Viktorin <encukou@gmail.com>
…GH-122776) (GH-122823) (cherry picked from commit 0d9c123) Co-authored-by: Petr Viktorin <encukou@gmail.com>
…GH-122776) (GH-122822) (cherry picked from commit 0d9c123) Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
Feature or enhancement
Proposal:
ensurepip
's bundled version of pip gets updated to the current latest 24.2.Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
N/A
Linked PRs
The text was updated successfully, but these errors were encountered: