Debian Patches
Status for python-fakeredis/2.29.0-5
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
pytest-asyncio-1.0.0.patch | test: Replace deprecated `event_loop` fixture Replace the deprecated `event_loop` fixture with an explicit call to `asyncio.get_running_loop()`, as suggested by the deprecation warnings: ``` test/test_asyncredis.py:61 test/test_asyncredis.py:61: PytestDeprecationWarning: test_pubsub[fake] is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead. async def test_pubsub(async_redis, event_loop): ``` This fixes compatibility with `pytest-asyncio >= 1.0.0`. |
=?utf-8?b?TWljaGHFgiBHw7Nybnk=?= <mgorny@gentoo.org> | no | upstream, https://github.com/cunla/fakeredis-py/pull/396 | 2025-09-16 | |
pytest-asyncio-1.1.0.patch | chore: Update test dependency on pytest-asyncio to v1.1.0 [cjwatson: Dropped packaging changes; we just need the fixture patch.] |
Michael Seifert <m.seifert@digitalernachschub.de> | no | backport, https://github.com/cunla/fakeredis-py/pull/404 | 2025-09-16 | |
remove-unneeded-test.patch | remove unneeded test | Daniel M <daniel.maruani@gmail.com> | no | upstream, https://github.com/cunla/fakeredis-py/commit/3a7eda739abeaab159b93198ca23a852ef0ba21d | 2025-09-16 |