forked from pool/python-pytest-sugar
- Restrict pytest5 for now, issue reported upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-sugar?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
7eadfc4cd9
commit
108b76c7e8
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 07:09:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Restrict pytest5 for now, issue reported upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 12 15:52:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Feb 12 15:52:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -23,15 +23,16 @@ Release: 0
|
|||||||
Summary: Pretty printer for pytest progress
|
Summary: Pretty printer for pytest progress
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://pivotfinland.com/pytest-sugar/
|
URL: https://github.com/Frozenball/pytest-sugar
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-sugar/pytest-sugar-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pytest-sugar/pytest-sugar-%{version}.tar.gz
|
||||||
Patch0: pytest4.patch
|
Patch0: pytest4.patch
|
||||||
BuildRequires: %{python_module pytest}
|
# https://github.com/Frozenball/pytest-sugar/issues/180
|
||||||
|
BuildRequires: %{python_module pytest < 5.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module termcolor}
|
BuildRequires: %{python_module termcolor}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytest
|
Requires: python-pytest < 5.0
|
||||||
Requires: python-termcolor
|
Requires: python-termcolor
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|||||||
Reference in New Issue
Block a user