Accepting request 707097 from devel:languages:python:pytest

- Update to 1.7.0:
  * Support for pytest 4

OBS-URL: https://build.opensuse.org/request/show/707097
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-git?expand=0&rev=2
This commit is contained in:
2019-06-03 16:57:16 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 3 09:17:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.7.0:
* Support for pytest 4
-------------------------------------------------------------------
Thu Mar 21 01:34:25 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-git
Version: 1.6.0
Version: 1.7.0
Release: 0
Summary: Git repository fixture for pytest
License: MIT
@@ -35,8 +35,8 @@ Requires: python-pytest-shutil
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module GitPython}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-shutil}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
@@ -54,7 +54,7 @@ Git repository fixture for py.test
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pytest
%files %{python_files}
%doc CHANGES.md README.md