Accepting request 985717 from home:bnavigator:branches:devel:languages:python:pytest
- Update to 0.18.3 * Adds pytest-trio to the test dependencies * Fixes a bug that caused pytest-asyncio to try to set up async pytest_trio fixtures in strict mode. #298 - Release 0.18.2 * Fix asyncio auto mode not marking static methods. #295 * Fix a compatibility issue with Hypothesis 6.39.0. #302 - Release 0.18.1 * Fixes a regression that prevented async fixtures from working in synchronous tests. #286 - Release 0.18.0 * Raise a warning if @pytest.mark.asyncio is applied to non-async function. #275 * Support parametrized event_loop fixture. #278 OBS-URL: https://build.opensuse.org/request/show/985717 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=18
This commit is contained in:
parent
0c4c32a6ad
commit
5e85e5d3e0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e636795f12fec811974b224790ad3240a2e17a54b6b45908f45a8cedd060409d
|
|
||||||
size 23805
|
|
3
pytest-asyncio-0.18.3.tar.gz
Normal file
3
pytest-asyncio-0.18.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c129d780f1120da6f512eddc09180fa716b58fd647dd9f2efb544b8b33bc3f9
|
||||||
|
size 25049
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 28 19:00:14 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 0.18.3
|
||||||
|
* Adds pytest-trio to the test dependencies
|
||||||
|
* Fixes a bug that caused pytest-asyncio to try to set up async
|
||||||
|
pytest_trio fixtures in strict mode. #298
|
||||||
|
- Release 0.18.2
|
||||||
|
* Fix asyncio auto mode not marking static methods. #295
|
||||||
|
* Fix a compatibility issue with Hypothesis 6.39.0. #302
|
||||||
|
- Release 0.18.1
|
||||||
|
* Fixes a regression that prevented async fixtures from working
|
||||||
|
in synchronous tests. #286
|
||||||
|
- Release 0.18.0
|
||||||
|
* Raise a warning if @pytest.mark.asyncio is applied to non-async
|
||||||
|
function. #275
|
||||||
|
* Support parametrized event_loop fixture. #278
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 20 16:39:35 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Thu Jan 20 16:39:35 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -16,10 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
|
||||||
Name: python-pytest-asyncio
|
Name: python-pytest-asyncio
|
||||||
Version: 0.17.2
|
Version: 0.18.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest support for asyncio
|
Summary: Pytest support for asyncio
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -30,13 +28,14 @@ BuildRequires: %{python_module base >= 3.7}
|
|||||||
BuildRequires: %{python_module flaky >= 3.5.0}
|
BuildRequires: %{python_module flaky >= 3.5.0}
|
||||||
BuildRequires: %{python_module hypothesis >= 5.7.1}
|
BuildRequires: %{python_module hypothesis >= 5.7.1}
|
||||||
BuildRequires: %{python_module pytest >= 6.1.0}
|
BuildRequires: %{python_module pytest >= 6.1.0}
|
||||||
|
BuildRequires: %{python_module pytest-trio >= 0.7}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytest >= 6.1.0
|
Requires: python-pytest >= 6.1.0
|
||||||
%if 0%{python_version_nodots} < 38
|
%if 0%{?python_version_nodots} < 38
|
||||||
Requires: python-typing-extensions >= 4
|
Requires: python-typing-extensions >= 3.7.2
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user