Accepting request 1186416 from home:mcalabkova:branches:devel:languages:python:numeric

- Add duplicated-markers.patch to fix some testsuites broken by
  that issue.

OBS-URL: https://build.opensuse.org/request/show/1186416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=46
This commit is contained in:
2024-07-09 15:33:36 +00:00
committed by Git OBS Bridge
parent aeb873394b
commit c911410f7f
3 changed files with 94 additions and 0 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/pull/838 Fix duplication of markers in async tests
Patch: duplicated-markers.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}