2018-03-05 12:44:34 +00:00
|
|
|
#
|
Accepting request 1154291 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 0.23.5
* Declare compatibility with pytest 8 #737
* Fix typing errors with recent versions of mypy #769
* Prevent DeprecationWarning about internal use of
asyncio.get_event_loop() from affecting test cases #757
## Known issues
* As of v0.23, pytest-asyncio attaches an asyncio event loop to
each item of the test suite (i.e. session, packages, modules,
classes, functions) and allows tests to be run in those loops
when marked accordingly. Pytest-asyncio currently assumes that
async fixture scope is correlated with the new event loop
scope. This prevents fixtures from being evaluated
independently from the event loop scope and breaks some
existing test suites (see #706). For example, a test suite may
require all fixtures and tests to run in the same event loop,
but have async fixtures that are set up and torn down for each
module. If you're affected by this issue, please continue using
the v0.21 release, until it is resolved.
- Release 0.23.4
* pytest-asyncio no longer imports additional, unrelated packages
during test collection #729
* Addresses further issues that caused an internal pytest error
during test collection
* Declares incompatibility with pytest 8 #737
OBS-URL: https://build.opensuse.org/request/show/1154291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=38
2024-03-04 16:48:18 +00:00
|
|
|
# spec file for package python-pytest-asyncio
|
2018-03-05 12:44:34 +00:00
|
|
|
#
|
2024-01-02 12:15:19 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2018-03-05 12:44:34 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-02-13 13:17:41 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2018-09-11 15:14:57 +00:00
|
|
|
#
|
2018-03-05 12:44:34 +00:00
|
|
|
|
|
|
|
|
2022-07-06 08:00:23 +00:00
|
|
|
%global flavor @BUILD_FLAVOR@%{nil}
|
|
|
|
%if "%{flavor}" == "test"
|
|
|
|
%define psuffix -test
|
|
|
|
%bcond_without test
|
|
|
|
%else
|
|
|
|
%define psuffix %{nil}
|
|
|
|
%bcond_with test
|
|
|
|
%endif
|
2023-04-24 09:16:43 +00:00
|
|
|
%{?sle15_python_module_pythons}
|
2022-07-06 08:00:23 +00:00
|
|
|
Name: python-pytest-asyncio%{psuffix}
|
2024-06-06 20:27:05 +00:00
|
|
|
Version: 0.23.7
|
2018-03-05 12:44:34 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Pytest support for asyncio
|
2018-09-11 15:14:57 +00:00
|
|
|
License: Apache-2.0
|
|
|
|
URL: https://github.com/pytest-dev/pytest-asyncio
|
2020-06-29 12:40:11 +00:00
|
|
|
Source: https://github.com/pytest-dev/pytest-asyncio/archive/v%{version}.tar.gz#/pytest-asyncio-%{version}.tar.gz
|
2024-01-02 12:15:19 +00:00
|
|
|
BuildRequires: %{python_module base >= 3.8}
|
2022-08-07 06:42:02 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
2022-01-20 18:00:47 +00:00
|
|
|
BuildRequires: %{python_module setuptools_scm}
|
2018-03-05 12:44:34 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
2022-08-07 06:42:02 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
2018-03-05 12:44:34 +00:00
|
|
|
BuildRequires: fdupes
|
2018-09-11 15:14:57 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
Accepting request 1154291 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 0.23.5
* Declare compatibility with pytest 8 #737
* Fix typing errors with recent versions of mypy #769
* Prevent DeprecationWarning about internal use of
asyncio.get_event_loop() from affecting test cases #757
## Known issues
* As of v0.23, pytest-asyncio attaches an asyncio event loop to
each item of the test suite (i.e. session, packages, modules,
classes, functions) and allows tests to be run in those loops
when marked accordingly. Pytest-asyncio currently assumes that
async fixture scope is correlated with the new event loop
scope. This prevents fixtures from being evaluated
independently from the event loop scope and breaks some
existing test suites (see #706). For example, a test suite may
require all fixtures and tests to run in the same event loop,
but have async fixtures that are set up and torn down for each
module. If you're affected by this issue, please continue using
the v0.21 release, until it is resolved.
- Release 0.23.4
* pytest-asyncio no longer imports additional, unrelated packages
during test collection #729
* Addresses further issues that caused an internal pytest error
during test collection
* Declares incompatibility with pytest 8 #737
OBS-URL: https://build.opensuse.org/request/show/1154291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=38
2024-03-04 16:48:18 +00:00
|
|
|
Requires: (python-pytest >= 7.0.0 with python-pytest < 9)
|
2022-07-04 18:01:59 +00:00
|
|
|
%if 0%{?python_version_nodots} < 38
|
|
|
|
Requires: python-typing-extensions >= 3.7.2
|
2022-01-20 18:00:47 +00:00
|
|
|
%endif
|
2018-03-05 12:44:34 +00:00
|
|
|
BuildArch: noarch
|
2022-07-06 08:00:23 +00:00
|
|
|
%if %{with test}
|
|
|
|
BuildRequires: %{python_module hypothesis >= 5.7.1}
|
Accepting request 1154291 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 0.23.5
* Declare compatibility with pytest 8 #737
* Fix typing errors with recent versions of mypy #769
* Prevent DeprecationWarning about internal use of
asyncio.get_event_loop() from affecting test cases #757
## Known issues
* As of v0.23, pytest-asyncio attaches an asyncio event loop to
each item of the test suite (i.e. session, packages, modules,
classes, functions) and allows tests to be run in those loops
when marked accordingly. Pytest-asyncio currently assumes that
async fixture scope is correlated with the new event loop
scope. This prevents fixtures from being evaluated
independently from the event loop scope and breaks some
existing test suites (see #706). For example, a test suite may
require all fixtures and tests to run in the same event loop,
but have async fixtures that are set up and torn down for each
module. If you're affected by this issue, please continue using
the v0.21 release, until it is resolved.
- Release 0.23.4
* pytest-asyncio no longer imports additional, unrelated packages
during test collection #729
* Addresses further issues that caused an internal pytest error
during test collection
* Declares incompatibility with pytest 8 #737
OBS-URL: https://build.opensuse.org/request/show/1154291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=38
2024-03-04 16:48:18 +00:00
|
|
|
BuildRequires: %{python_module pytest >= 7.0.0 with %python-pytest < 9}
|
2022-07-06 08:00:23 +00:00
|
|
|
BuildRequires: %{python_module pytest-asyncio = %{version}}
|
|
|
|
%endif
|
2018-03-05 12:44:34 +00:00
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
pytest-asyncio is a Python library used for testing asyncio code with pytest.
|
|
|
|
|
|
|
|
asyncio code is usually written in the form of coroutines, which makes it
|
|
|
|
slightly more difficult to test using normal testing tools. pytest-asyncio
|
|
|
|
provides useful fixtures and markers to make testing easier.
|
|
|
|
|
|
|
|
%prep
|
2023-10-17 08:39:29 +00:00
|
|
|
%autosetup -p1 -n pytest-asyncio-%{version}
|
2018-03-05 12:44:34 +00:00
|
|
|
|
|
|
|
%build
|
2022-01-20 18:00:47 +00:00
|
|
|
export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
|
2022-08-07 06:42:02 +00:00
|
|
|
%pyproject_wheel
|
2018-03-05 12:44:34 +00:00
|
|
|
|
2022-07-06 08:00:23 +00:00
|
|
|
%if !%{with test}
|
2018-03-05 12:44:34 +00:00
|
|
|
%install
|
2022-01-20 18:00:47 +00:00
|
|
|
export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
|
2022-08-07 06:42:02 +00:00
|
|
|
%pyproject_install
|
2018-03-05 12:44:34 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2022-07-06 08:00:23 +00:00
|
|
|
%endif
|
2018-03-05 12:44:34 +00:00
|
|
|
|
2022-07-06 08:00:23 +00:00
|
|
|
%if %{with test}
|
2018-09-11 15:14:57 +00:00
|
|
|
%check
|
2020-03-09 09:37:30 +00:00
|
|
|
%pytest
|
2022-07-06 08:00:23 +00:00
|
|
|
%endif
|
2018-09-11 15:14:57 +00:00
|
|
|
|
2022-07-06 08:00:23 +00:00
|
|
|
%if !%{with test}
|
2018-03-05 12:44:34 +00:00
|
|
|
%files %{python_files}
|
|
|
|
%doc README.rst
|
|
|
|
%license LICENSE
|
2022-12-09 11:11:54 +00:00
|
|
|
%{python_sitelib}/pytest_asyncio
|
2024-01-02 12:15:19 +00:00
|
|
|
%{python_sitelib}/pytest_asyncio-%{version}.dist-info
|
2022-07-06 08:00:23 +00:00
|
|
|
%endif
|
2018-03-05 12:44:34 +00:00
|
|
|
|
|
|
|
%changelog
|