- Update to 1.7.0:

* Support pytest4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-svn?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-06-03 09:06:06 +00:00
committed by Git OBS Bridge
parent c9624158d2
commit dc33440607
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:5e3d08916145ec7cfba99f1ece7b5331115d91fd82e52a2d06f96f03d30d2f0a
size 8073

3
pytest-svn-1.7.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 3 09:04:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.7.0:
* Support pytest4
-------------------------------------------------------------------
Thu Mar 21 01:35:39 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-svn
Version: 1.6.0
Version: 1.7.0
Release: 0
Summary: SVN repository fixture for pytest
License: MIT
@@ -34,8 +34,8 @@ Requires: python-pytest-shutil
Requires: subversion
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-shutil}
BuildRequires: %{python_module pytest}
BuildRequires: subversion
# /SECTION
%python_subpackages
@@ -45,7 +45,6 @@ SVN repository fixture for py.test.
%prep
%setup -q -n pytest-svn-%{version}
sed -i 's:pytest<[0-9.]*:pytest:g' setup.py
%build
%python_build
@@ -55,7 +54,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