- Update the pytest requirement to > 4 as per setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-console-scripts?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal 2019-09-25 09:05:10 +00:00 committed by Git OBS Bridge
parent 873334d840
commit 5f3f636fe4
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 09:04:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update the pytest requirement to > 4 as per setup.py
-------------------------------------------------------------------
Fri Sep 13 13:22:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -29,12 +29,12 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-mock >= 2.0.0
Requires: python-pytest >= 3.0.0
Requires: python-pytest >= 4.0.0
Requires: python-pytest-runner
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module mock >= 2.0.0}
BuildRequires: %{python_module pytest >= 3.0.0}
BuildRequires: %{python_module pytest >= 4.0.0}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module virtualenv}