- Update to 0.4.1:

* Fixed compatibility with pytest 4.2.0. Thanks @blueyed for the PR.
- Drop merged patch pytest42.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-instafail?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-02-27 13:52:14 +00:00
committed by Git OBS Bridge
parent b9e4233498
commit 939c4dcd4e
5 changed files with 11 additions and 37 deletions

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-instafail
Version: 0.4.0
Version: 0.4.1
Release: 0
Summary: Pytest Plugin to Show Failures Instantly
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/jpvanhal/pytest-instafail
Source: https://files.pythonhosted.org/packages/source/p/pytest-instafail/pytest-instafail-%{version}.tar.gz
Patch0: pytest42.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -43,7 +42,6 @@ until the end of test session.
%prep
%setup -q -n pytest-instafail-%{version}
%patch0 -p1
%build
%python_build