Tomáš Chvátal 2020-03-03 09:52:06 +00:00 committed by Git OBS Bridge
parent dd7a6a5252
commit df01528fd9
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 3 09:51:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Raise minimal pytest version
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 4 12:11:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Wed Dec 4 12:11:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pytest-html # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -30,12 +30,12 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-ansi2html Requires: python-ansi2html
Requires: python-pytest >= 3.0 Requires: python-pytest >= 5.0
Requires: python-pytest-metadata Requires: python-pytest-metadata
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module ansi2html} 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-metadata}
BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest-rerunfailures} BuildRequires: %{python_module pytest-rerunfailures}