- Update to 0.6.1:
* minor fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-lazy-fixture?expand=0&rev=3
This commit is contained in:
parent
9ab9281401
commit
cdab02683f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:787833087014b65eb622a16f3cc9a89a4ceccc5ba3f97df9ba8bd086e98c19a4
|
||||
size 7916
|
3
pytest-lazy-fixture-0.6.1.tar.gz
Normal file
3
pytest-lazy-fixture-0.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50d02e7dfad719948efee6bb060fa13e85f11688f78243a468406110ebc06284
|
||||
size 7709
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 10:54:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.6.1:
|
||||
* minor fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 17 03:29:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -18,21 +18,18 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytest-lazy-fixture
|
||||
Version: 0.5.2
|
||||
Version: 0.6.1
|
||||
Release: 0
|
||||
Summary: Helper to use fixtures in pytest.markparametrize
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/tvorog/pytest-lazy-fixture
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-lazy-fixture/pytest-lazy-fixture-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest >= 3.2.5}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytest >= 2.9.2
|
||||
Requires: python-pytest >= 3.2.5
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest >= 2.9.2}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -49,7 +46,7 @@ Helper to use fixtures in pytest.mark.parametrize.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec -m pytest
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user