- fix build for older distros by buildrequiring a new-enough pytest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=79
This commit is contained in:
2020-03-21 15:01:19 +00:00
committed by Git OBS Bridge
parent 2cc6aebe4b
commit 7f3cccf798
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 21 15:01:00 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- fix build for older distros by buildrequiring a new-enough pytest
-------------------------------------------------------------------
Fri Sep 13 10:39:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-coverage
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,8 +28,8 @@ Source: https://files.pythonhosted.org/packages/source/c/coverage/covera
BuildRequires: %{python_module devel}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest >= 4.4.0}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module unittest-mixins}
BuildRequires: %{python_module xml}