Conversation
Codecov Report
@@ Coverage Diff @@
## master #7684 +/- ##
=======================================
Coverage 97.36% 97.36%
=======================================
Files 106 106
Lines 31630 31630
Branches 3619 3619
=======================================
Hits 30797 30797
Misses 630 630
Partials 203 203
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Do we include tests into sdists, by the way? |
|
I'd like to integrate https://github.com/marketplace/actions/checkout-python-sdist at some point, to make sure everything required for testing is included.. |
Should be handled by MANIFEST.in, I believe. Line 9 in 139069a |
Backport to 3.9: 💚 backport PR created✅ Backport PR branch: Backported as #7687 🤖 @patchback |
(cherry picked from commit c0ba7e5)
…nse.close_code correctly in concu… (#7690) This is a backport of PR #7680 as merged into master (30850ba). Fixes the issue when If one asyncio task is waiting on receiving data and another asyncio task is closing the connection. The ClientWebSocketResponse.close_code will be None after connection closed.
…ntWebSocketResponse.close_code correctly in concu… (aio-libs#7690) This is a backport of PR aio-libs#7680 as merged into master (aio-libs@30850ba). Fixes the issue when If one asyncio task is waiting on receiving data and another asyncio task is closing the connection. The ClientWebSocketResponse.close_code will be None after connection closed.
Avoids accidentally including other packages.