-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Make setup.cfg packages explicit #7684
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.