Accepting request 1206345 from home:mcalabkova:branches:devel:languages:python

- Update to 0.24.0
  * BREAKING: Updated minimum supported pytest version to v8.2.0
  * Adds an optional loop_scope keyword argument to pytest.mark.asyncio.
  * Deprecates the optional scope keyword argument to pytest.mark.asyncio 
    for API consistency with pytest_asyncio.fixture.
  * Fixes a bug that caused module-scoped async fixtures to fail when 
    reused in other modules
  * Fixes a bug that caused duplicate markers in async tests
  * Declare support for Python 3.13
- Drop merged duplicated-markers.patch

OBS-URL: https://build.opensuse.org/request/show/1206345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=48
This commit is contained in:
2024-10-09 05:30:01 +00:00
committed by Git OBS Bridge
parent c911410f7f
commit add431a608
5 changed files with 19 additions and 97 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Oct 8 15:42:52 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to 0.24.0
* BREAKING: Updated minimum supported pytest version to v8.2.0
* Adds an optional loop_scope keyword argument to pytest.mark.asyncio.
* Deprecates the optional scope keyword argument to pytest.mark.asyncio
for API consistency with pytest_asyncio.fixture.
* Fixes a bug that caused module-scoped async fixtures to fail when
reused in other modules
* Fixes a bug that caused duplicate markers in async tests
* Declare support for Python 3.13
- Drop merged duplicated-markers.patch
-------------------------------------------------------------------
Tue Jul 9 13:43:10 UTC 2024 - Markéta Machová <mmachova@suse.com>