Tomáš Chvátal
2019-06-03 09:00:06 +00:00
committed by Git OBS Bridge
parent 843871d2d9
commit 6d34f7f1bd
4 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d74ac35b7262e262894839d9ed8321ad8821b2a00d84c549119ccdf79a7806c4
size 9902

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b85b374a5747607a8e9ffca9732e152859b8e7115bcb10f25c31c60d403146e8
size 12301

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 3 08:57:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.7.0:
* support pytest 4
-------------------------------------------------------------------
Thu Mar 21 01:35:53 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-verbose-parametrize
Version: 1.5.1
Version: 1.7.0
Release: 0
Summary: More descriptive output for parametrized pytest tests
License: MIT
@@ -35,8 +35,8 @@ BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-virtualenv}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
# /SECTION
%python_subpackages
@@ -46,7 +46,6 @@ More descriptive output for parametrized py.test tests.
%prep
%setup -q -n pytest-verbose-parametrize-%{version}
sed -i 's:pytest<[0-9.]*:pytest:g' setup.py
%build
%python_build
@@ -56,7 +55,7 @@ sed -i 's:pytest<[0-9.]*:pytest:g' setup.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pytest
%files %{python_files}
%doc CHANGES.md README.md