-
Notifications
You must be signed in to change notification settings - Fork 100
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 pytest_asyncio lib #403
remove pytest_asyncio lib #403
Conversation
d04be2c
to
e1df74a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #403 +/- ##
=======================================
Coverage 87.28% 87.28%
=======================================
Files 92 92
Lines 9960 9960
Branches 2033 2031 -2
=======================================
Hits 8694 8694
Misses 912 912
Partials 354 354
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please adjust the title. Otherwise lgtm. Thank you.
When I use Python 3.12, I receive many warnings about the following issue:
The reason is that the asyncio_default_fixture_loop_scope needs to be explicitly defined. I have added it in this PR.