forked from pool/python-pytest-verbose-parametrize
- Remove unneeded BuildRequires on mock.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-verbose-parametrize?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 11 03:54:45 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Remove unneeded BuildRequires on mock.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 10 16:09:01 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
Mon Jan 10 16:09:01 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ Version: 1.7.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: More descriptive output for parametrized pytest tests
|
Summary: More descriptive output for parametrized pytest tests
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/manahl/pytest-plugins
|
URL: https://github.com/manahl/pytest-plugins
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-verbose-parametrize/pytest-verbose-parametrize-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pytest-verbose-parametrize/pytest-verbose-parametrize-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM Iterable-collections.patch gh#man-group/pytest-plugins#197 mcepl@suse.com
|
# PATCH-FIX-UPSTREAM Iterable-collections.patch gh#man-group/pytest-plugins#197 mcepl@suse.com
|
||||||
@@ -38,7 +37,6 @@ Requires: python-six
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module coverage}
|
BuildRequires: %{python_module coverage}
|
||||||
BuildRequires: %{python_module mock}
|
|
||||||
BuildRequires: %{python_module pytest-virtualenv}
|
BuildRequires: %{python_module pytest-virtualenv}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
@@ -49,8 +47,7 @@ BuildRequires: %{python_module six}
|
|||||||
More descriptive output for parametrized py.test tests.
|
More descriptive output for parametrized py.test tests.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pytest-verbose-parametrize-%{version}
|
%autosetup -p1 -n pytest-verbose-parametrize-%{version}
|
||||||
%autopatch -p1
|
|
||||||
|
|
||||||
# we can't do integration tests as py2 and py3 can be different versions
|
# we can't do integration tests as py2 and py3 can be different versions
|
||||||
# and the script simply calls $bindir/pytest
|
# and the script simply calls $bindir/pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user