-
-
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
switch noop from function to class #4322
Conversation
@asvetlov Any ideas about the one test that fails with this change? |
The evidence of the mocked test reliability. |
Ok, I've removed the test test_data_received_error. I could switch to it being skipped if you want |
Codecov Report
@@ Coverage Diff @@
## master #4322 +/- ##
==========================================
- Coverage 97.55% 97.51% -0.04%
==========================================
Files 43 43
Lines 8862 8862
Branches 1389 1389
==========================================
- Hits 8645 8642 -3
- Misses 93 96 +3
Partials 124 124
Continue to review full report at Codecov.
|
Thanks! |
(cherry picked from commit 2ca3c38) Co-authored-by: Adam Bannister <[email protected]>
* [3.7] switch noop from function to class (#4322) (cherry picked from commit 2ca3c38) Co-authored-by: Adam Bannister <[email protected]>
What do these changes do?
Trying to remove the warning RuntimeWarning: coroutine 'noop' was never awaited that is described in #4282.
Are there changes in behavior for the user?
No
Related issue number
#4282
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.