Sync from SUSE:SLFO:Main python-pytest-asyncio revision a150b10096425f36f528edaf57026ddf

This commit is contained in:
2025-05-17 15:58:32 +02:00
parent 1f80a62224
commit 4ef911d62c
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>