forked from pool/python-pytest-verbose-parametrize
- Update to 1.7.0:
* support pytest 4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-verbose-parametrize?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
843871d2d9
commit
6d34f7f1bd
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d74ac35b7262e262894839d9ed8321ad8821b2a00d84c549119ccdf79a7806c4
|
|
||||||
size 9902
|
|
||||||
3
pytest-verbose-parametrize-1.7.0.tar.gz
Normal file
3
pytest-verbose-parametrize-1.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b85b374a5747607a8e9ffca9732e152859b8e7115bcb10f25c31c60d403146e8
|
||||||
|
size 12301
|
||||||
@@ -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>
|
Thu Mar 21 01:35:53 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-verbose-parametrize
|
Name: python-pytest-verbose-parametrize
|
||||||
Version: 1.5.1
|
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
|
||||||
@@ -35,8 +35,8 @@ BuildArch: noarch
|
|||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module coverage}
|
BuildRequires: %{python_module coverage}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module pytest-virtualenv}
|
BuildRequires: %{python_module pytest-virtualenv}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -46,7 +46,6 @@ More descriptive output for parametrized py.test tests.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pytest-verbose-parametrize-%{version}
|
%setup -q -n pytest-verbose-parametrize-%{version}
|
||||||
sed -i 's:pytest<[0-9.]*:pytest:g' setup.py
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@@ -56,7 +55,7 @@ sed -i 's:pytest<[0-9.]*:pytest:g' setup.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGES.md README.md
|
%doc CHANGES.md README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user