From 5d1efd00a088a8bcffa687abf3197415530df8cfd2d05d961100e258fba8ab07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 29 Aug 2018 11:07:20 +0000 Subject: [PATCH] - Raise pytest requirement to match up what is in setup.py OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sybil?expand=0&rev=9 --- python-sybil.changes | 5 +++++ python-sybil.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sybil.changes b/python-sybil.changes index c22e4cd..e530979 100644 --- a/python-sybil.changes +++ b/python-sybil.changes @@ -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 diff --git a/python-sybil.spec b/python-sybil.spec index 1c9bff2..e666197 100644 --- a/python-sybil.spec +++ b/python-sybil.spec @@ -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}