- Add support-coverage-62.patch:

* Support coverage >= 6.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=31
This commit is contained in:
2021-12-20 01:23:22 +00:00
committed by Git OBS Bridge
parent 2fd546064c
commit 5b9207a2df
3 changed files with 22 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-pytest
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@@ -33,6 +33,8 @@ Summary: Pytest plugin for coverage reporting
License: MIT
URL: https://github.com/schlamar/pytest-cov
Source: https://files.pythonhosted.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#pytest-dev/pytest-cov/issues/509
Patch0: support-coverage-62.patch
BuildRequires: %{python_module coverage >= 5.2.1}
BuildRequires: %{python_module fields}
BuildRequires: %{python_module process-tests}