Accepting request 1118224 from home:mcalabkova:branches:devel:languages:python:pytest

- Add hypothesis-health-check.patch to fix tests

for Staging:F

OBS-URL: https://build.opensuse.org/request/show/1118224
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=32
This commit is contained in:
2023-10-17 08:39:29 +00:00
committed by Git OBS Bridge
parent ccb9fb7558
commit c473b19c6d
3 changed files with 54 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ Summary: Pytest support for asyncio
License: Apache-2.0
URL: https://github.com/pytest-dev/pytest-asyncio
Source: https://github.com/pytest-dev/pytest-asyncio/archive/v%{version}.tar.gz#/pytest-asyncio-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/pytest-dev/pytest-asyncio/commit/fd57e55db1170c029324a7a9c56f86f14468217e [test] Addresses a Hypothesis health check that leads to failing tests.
Patch: hypothesis-health-check.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
@@ -62,7 +64,7 @@ slightly more difficult to test using normal testing tools. pytest-asyncio
provides useful fixtures and markers to make testing easier.
%prep
%setup -q -n pytest-asyncio-%{version}
%autosetup -p1 -n pytest-asyncio-%{version}
%build
export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}