-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Disable TLS in TLS warning for uvloop #10726
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
Conversation
CodSpeed Performance ReportMerging #10726 will not alter performanceComparing Summary
|
Test failure is because the underlying transport is a mock and so the old check I'll add the old check again for older versions of Python, not just to pass the test, but also because some users may have patched that attribute as well. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10726 +/- ##
=======================================
Coverage 98.72% 98.72%
=======================================
Files 125 125
Lines 37722 37819 +97
Branches 2082 2086 +4
=======================================
+ Hits 37240 37336 +96
- Misses 334 335 +1
Partials 148 148
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply feff48d on top of patchback/backports/3.11/feff48d43ae297254f8d3502839ddaeaacb8dad4/pr-10726 Backporting merged PR #10726 into master
🤖 @patchback |
Backport to 3.12: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply feff48d on top of patchback/backports/3.12/feff48d43ae297254f8d3502839ddaeaacb8dad4/pr-10726 Backporting merged PR #10726 into master
🤖 @patchback |
(cherry picked from commit feff48d)
(cherry picked from commit feff48d)
…oop (#10768) Co-authored-by: Matthew Go <[email protected]>
…oop (#10767) Co-authored-by: Matthew Go <[email protected]>
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.
A note for the future: in such cases, it should be good to use pytest.importorskip()
.
What do these changes do?
Are there changes in behavior for the user?
Not really. Users using uvloop or newer versions of Python will no longer see a warning when sending an HTTPS request through an HTTPS proxy.
Is it a substantial burden for the maintainers to support this?
No.
Related issue number
Fixes #7686
Checklist
CONTRIBUTORS.txt
CHANGES/
folder