Skip to content

Conversation

@lrafeei
Copy link
Contributor

@lrafeei lrafeei commented Nov 11, 2025

In Python 3.11, the asyncio.Runner class was added as well as the loop_factory parameter. The loop_factory parameter provides a replacement for loop policies (which are scheduled for removal in Python 3.16).

This PR instruments the loop that is created, regardless of whether it is through an global event loop setting or a custom event loop.

@github-actions
Copy link

github-actions bot commented Nov 11, 2025

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 7 0 0 0.93s
✅ MARKDOWN markdownlint 7 0 0 0 1.31s
✅ PYTHON ruff 948 0 0 0 1.0s
✅ PYTHON ruff-format 948 0 0 0 0.34s
✅ YAML prettier 15 0 0 0 1.4s
✅ YAML v8r 15 0 0 4.38s
✅ YAML yamllint 15 0 0 0.64s

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@mergify mergify bot added the tests-failing Tests failing in CI. label Nov 11, 2025
@codecov-commenter
Copy link

codecov-commenter commented Nov 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.82%. Comparing base (8d18c0a) to head (6714408).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1576   +/-   ##
=======================================
  Coverage   81.81%   81.82%           
=======================================
  Files         207      207           
  Lines       23953    23964   +11     
  Branches     3799     3800    +1     
=======================================
+ Hits        19597    19608   +11     
  Misses       3087     3087           
  Partials     1269     1269           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lrafeei lrafeei marked this pull request as ready for review November 14, 2025 19:08
@lrafeei lrafeei requested a review from a team as a code owner November 14, 2025 19:08
@mergify mergify bot removed the tests-failing Tests failing in CI. label Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants