Accepting request 632139 from devel:languages:python

- Raise pytest requirement to match up what is in setup.py

OBS-URL: https://build.opensuse.org/request/show/632139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sybil?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2018-08-31 08:46:09 +00:00 committed by Git OBS Bridge
commit 19facf63e8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 29 11:07:06 UTC 2018 - tchvatal@suse.com
- Raise pytest requirement to match up what is in setup.py
-------------------------------------------------------------------
Sat Aug 11 09:15:40 UTC 2018 - tchvatal@suse.com

View File

@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/s/sybil/sybil-%{v
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pkginfo}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest >= 3.5.0}
BuildRequires: %{python_module python-coveralls}
BuildRequires: %{python_module setuptools-git}
BuildRequires: %{python_module setuptools}