Compare commits

2 Commits
1.1 ... main

4 changed files with 25 additions and 4 deletions

BIN
pytest-asyncio-0.25.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pytest-asyncio-0.26.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
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>
- 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>

View File

@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pytest-asyncio%{psuffix}
Version: 0.25.1
Version: 0.26.0
Release: 0
Summary: Pytest support for asyncio
License: Apache-2.0