Initialize asyncio event loop before using it#64
Initialize asyncio event loop before using it#64alimirjamali wants to merge 1 commit intoQubesOS:mainfrom
Conversation
Python 3.14 (in Fedora 43) throws RunetimeError if event loop is not initialized before using it. Resolves: QubesOS/qubes-issues#10188
5f4e449 to
f58d9c5
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #64 +/- ##
==========================================
- Coverage 79.18% 79.12% -0.07%
==========================================
Files 23 23
Lines 2561 2563 +2
==========================================
Hits 2028 2028
- Misses 533 535 +2 ☔ 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=2025083017-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=2025081011-4.3&flavor=update
Failed tests15 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/149225#dependencies 72 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:17 performance degradations
Remaining performance tests:157 tests
|
Python 3.14 (in Fedora 43) throws RunetimeError if event loop is not initialized before using it.
Resolves: QubesOS/qubes-issues#10188