Sync from SUSE:SLFO:Main python-pytest-asyncio revision 0ef4241bb230e7f91877b1661a4b54fa

This commit is contained in:
2025-06-27 15:51:45 +02:00
parent 4ef911d62c
commit 028d5c83d7
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 28 14:19:40 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.26.0:
* Adds configuration option that sets default event loop scope
for all tests #793
* Improved type annotations for pytest_asyncio.fixture #1045
* Added typing-extensions as additional dependency for Python
<3.10 #1045
-------------------------------------------------------------------
Wed Mar 5 12:37:11 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>