-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Change ClientSession middlewares default to be an empty tuple #10959
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #10959 +/- ##
=======================================
Coverage 98.76% 98.76%
=======================================
Files 129 129
Lines 39541 39541
Branches 2185 2185
=======================================
+ Hits 39051 39054 +3
+ Misses 342 339 -3
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. |
CodSpeed Performance ReportMerging #10959 will not alter performanceComparing Summary
|
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10960 🤖 @patchback |
(cherry picked from commit cc234c6)
…default to be an empty tuple (#10960) Co-authored-by: J. Nick Koston <[email protected]> closes #10905
This will avoid one breaking change in 4.0 in when we make the other change in #10890 and remove
if effective_middlewares:
closes #10905