- Restrict pytest 4+ as it is not compatible with current release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-helpers-namespace?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-08-22 08:57:08 +00:00
committed by Git OBS Bridge
parent 603e39d773
commit 50a3bb6b53
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 22 08:56:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Restrict pytest 4+ as it is not compatible with current release
-------------------------------------------------------------------
Sat Mar 30 08:37:49 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -28,10 +28,10 @@ Source: https://github.com/saltstack/pytest-helpers-namespace/archive/v2
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest >= 2.9.1
Requires: python-pytest < 4
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest >= 2.9.1}
BuildRequires: %{python_module pytest < 4}
# /SECTION
%python_subpackages