-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove Signal from __all__, replace aiohttp.Signal with aiosignal.Signal in docs #6201
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6201 +/- ##
=======================================
Coverage 93.29% 93.29%
=======================================
Files 102 103 +1
Lines 30351 30360 +9
Branches 2729 2729
=======================================
+ Hits 28315 28324 +9
Misses 1858 1858
Partials 178 178
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Think we could just add a test file with |
Good idea. |
Backport to 3.8: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 7f0cd0d on top of patchback/backports/3.8/7f0cd0d3bfbd3566b3035f670c8f351836c1ba08/pr-6201 Backporting merged PR #6201 into master
🤖 @patchback |
Backport to 3.9: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 7f0cd0d on top of patchback/backports/3.9/7f0cd0d3bfbd3566b3035f670c8f351836c1ba08/pr-6201 Backporting merged PR #6201 into master
🤖 @patchback |
Could go even further and check whether there's no circular imports along the way. For example, see https://github.com/sanitizers/octomachinery/blob/be18b54/tests/circular_imports_test.py (this approach is picked up from pytest). |
A champion is needed. |
Fixes #6197