- Update to 1.7.0:

* Support for pytest 4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-git?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-06-03 09:18:25 +00:00
committed by Git OBS Bridge
parent 4370961703
commit ef2ca336d7
4 changed files with 12 additions and 6 deletions

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