Accepting request 1250409 from home:ojkastl_buildservice:Branch_devel_languages_python_pytest

update to 0.25.3

OBS-URL: https://build.opensuse.org/request/show/1250409
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=52
This commit is contained in:
2025-03-06 10:01:49 +00:00
committed by Git OBS Bridge
parent d0457a0db2
commit 9e01ca835b
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Mar 5 12:37:11 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.25.3:
* Avoid errors in cleanup of async generators when event loop is
already closed #1040
- update to 0.25.2:
* Call loop.shutdown_asyncgens() before closing the event loop to
ensure async generators are closed in the same manner as
asyncio.run does #1034
-------------------------------------------------------------------
Fri Jan 3 09:12:39 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>