Debian Patches
Status for caio/0.9.24-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
tests-aiomisc.patch | Bundle `timeout` method from aiomisc package aiomisc package is missing in Debian and we need only single method for tests. |
Yuri Konotopov <ykonotopov@gnome.org> | not-needed | |||
conftest.patch | Restore conftest.py file | Yuri Konotopov <ykonotopov@gnome.org> | not-needed | upstream | ||
pytest-asyncio-event-loop.patch | [PATCH] Do not use `event_loop` fixture in the asyncio_exception_handler test explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead. |
Yuri Konotopov <ykonotopov@gnome.org> | yes | 2025-07-12 | ||
asyncio_loop_scope.patch | [PATCH] Set explicit asyncio_default_fixture_loop_scope pytest option "asyncio_default_fixture_loop_scope" is unset. The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. |
Yuri Konotopov <ykonotopov@gnome.org> | yes | 2025-07-12 |