-
-
Notifications
You must be signed in to change notification settings - Fork 44
More flexible behavior for async behavior #270
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
Conversation
As behavior of asyncio.get_event_loop changes between python 3.10 and 3.12, and GLib asyncio integration is still experimental, some combinations of python/glib versions could fail at running a new event loop. This workaround should handle all combinations.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #270 +/- ##
==========================================
- Coverage 92.99% 92.94% -0.06%
==========================================
Files 64 64
Lines 13034 13037 +3
==========================================
- Hits 12121 12117 -4
- Misses 913 920 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025071515-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025061004-4.3&flavor=update
Failed tests10 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/142375#dependencies 10 fixed
Unstable testsPerformance TestsPerformance degradation:7 performance degradations
Remaining performance tests:65 tests
|
As behavior of asyncio.get_event_loop changes between python 3.10 and 3.12, and GLib asyncio integration is still experimental, some combinations of python/glib
versions could fail at running a new event loop.
This workaround should handle all combinations.