Accepting request 1234718 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1234718 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=24
This commit is contained in:
commit
36d0c84cb6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e770d3d3de20968d03a556c8f2ebe461c568d283a993f4a1179ddd02e5f633a6
|
||||
size 47578
|
3
pytest-asyncio-0.25.1.tar.gz
Normal file
3
pytest-asyncio-0.25.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e8e3c7942e61333cb3aa793674a669d036b71ea377a52a27e4dba88f1e8a617
|
||||
size 51702
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 09:12:39 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 0.25.1:
|
||||
* Fixes an issue that caused a broken event loop when a
|
||||
function-scoped test was executed in between two tests with
|
||||
wider loop scope #950
|
||||
* Improves test collection speed in auto mode #1020
|
||||
* Corrects the warning that is emitted upon redefining the
|
||||
event_loop fixture
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 09:10:08 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to 0.25.0:
|
||||
* Deprecated: Added warning when asyncio test requests async
|
||||
@pytest.fixture in strict mode. This will become an error in a
|
||||
future version of flake8-asyncio. #979
|
||||
* Updates the error message about pytest.mark.asyncio's scope
|
||||
keyword argument to say loop_scope instead. #1004
|
||||
* Verbose log displays correct parameter name:
|
||||
asyncio_default_fixture_loop_scope #990
|
||||
* Propagates contextvars set in async fixtures to other fixtures
|
||||
and tests on Python 3.11 and above. #1008
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 15:42:52 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-asyncio
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-asyncio%{psuffix}
|
||||
Version: 0.24.0
|
||||
Version: 0.25.1
|
||||
Release: 0
|
||||
Summary: Pytest support for asyncio
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user