- update to 0.21.0:
* Drop compatibility with pytest 6.1. Pytest-asyncio now depends on pytest 7.0 or newer. * pytest-asyncio cleans up any stale event loops when setting up and tearing down the event_loop fixture. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=28
This commit is contained in:
parent
b644a4a0d3
commit
1aeefd231a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71167da362a2c1ab22a048463eb2954b7f15fba18d41eee6a3b9db03863a2580
|
||||
size 27695
|
3
pytest-asyncio-0.21.0.tar.gz
Normal file
3
pytest-asyncio-0.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddef009a5623454a1256aed9d7d44b76922f3cb662164bf11b93bbe494d3f777
|
||||
size 28675
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 22:36:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.21.0:
|
||||
* Drop compatibility with pytest 6.1. Pytest-asyncio now
|
||||
depends on pytest 7.0 or newer.
|
||||
* pytest-asyncio cleans up any stale event loops when setting
|
||||
up and tearing down the event_loop fixture.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:31:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-asyncio%{psuffix}
|
||||
Version: 0.20.3
|
||||
Version: 0.21.0
|
||||
Release: 0
|
||||
Summary: Pytest support for asyncio
|
||||
License: Apache-2.0
|
||||
@ -39,7 +39,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytest >= 6.1.0
|
||||
Requires: python-pytest >= 7.0.0
|
||||
%if 0%{?python_version_nodots} < 38
|
||||
Requires: python-typing-extensions >= 3.7.2
|
||||
%endif
|
||||
@ -48,7 +48,7 @@ BuildArch: noarch
|
||||
BuildRequires: %{python_module async_generator >= 1.3}
|
||||
BuildRequires: %{python_module flaky >= 3.5.0}
|
||||
BuildRequires: %{python_module hypothesis >= 5.7.1}
|
||||
BuildRequires: %{python_module pytest >= 6.1.0}
|
||||
BuildRequires: %{python_module pytest >= 7.0.0}
|
||||
BuildRequires: %{python_module pytest-asyncio = %{version}}
|
||||
BuildRequires: %{python_module pytest-trio >= 0.7}
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user