2022-03-11 03:55:27 +00:00
committed by Git OBS Bridge
parent b1f97d0a17
commit 4db5573491
2 changed files with 6 additions and 4 deletions

View File

@@ -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>

View File

@@ -22,7 +22,6 @@ Version: 1.7.0
Release: 0
Summary: More descriptive output for parametrized pytest tests
License: MIT
Group: Development/Languages/Python
URL: https://github.com/manahl/pytest-plugins
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
@@ -38,7 +37,6 @@ Requires: python-six
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest-virtualenv}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
@@ -49,8 +47,7 @@ BuildRequires: %{python_module six}
More descriptive output for parametrized py.test tests.
%prep
%setup -q -n pytest-verbose-parametrize-%{version}
%autopatch -p1
%autosetup -p1 -n pytest-verbose-parametrize-%{version}
# we can't do integration tests as py2 and py3 can be different versions
# and the script simply calls $bindir/pytest