From df01528fd9f53a94bb2a5a1438dca60ec87d10a35345e5e014b33826acb550ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 3 Mar 2020 09:52:06 +0000 Subject: [PATCH] - Raise minimal pytest version OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=21 --- python-pytest-html.changes | 5 +++++ python-pytest-html.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-pytest-html.changes b/python-pytest-html.changes index c5aae74..b6b7f81 100644 --- a/python-pytest-html.changes +++ b/python-pytest-html.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 3 09:51:48 UTC 2020 - Tomáš Chvátal + +- Raise minimal pytest version + ------------------------------------------------------------------- Wed Dec 4 12:11:28 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-html.spec b/python-pytest-html.spec index 9616077..78dec03 100644 --- a/python-pytest-html.spec +++ b/python-pytest-html.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-html # -# Copyright (c) 2019 SUSE LLC +# 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 @@ -30,12 +30,12 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ansi2html -Requires: python-pytest >= 3.0 +Requires: python-pytest >= 5.0 Requires: python-pytest-metadata BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module ansi2html} -BuildRequires: %{python_module pytest >= 3.0} +BuildRequires: %{python_module pytest >= 5.0} BuildRequires: %{python_module pytest-metadata} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-rerunfailures}