- Update to 0.3.0:

* subtests now correctly captures and displays stdout/stderr (#18).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2020-02-20 07:13:31 +00:00
committed by Git OBS Bridge
parent 7a2208028b
commit 3b6d0b12ff
4 changed files with 19 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-subtests
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,28 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytest-subtests
Version: 0.2.1
Version: 0.3.0
Release: 0
License: MIT
Summary: Python unittest subTest() support and subtests fixture
Url: https://github.com/pytest-dev/pytest-subtests
Group: Development/Languages/Python
License: MIT
URL: https://github.com/pytest-dev/pytest-subtests
Source: https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest-subtests-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools >= 40.0}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest >= 4.4.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest >= 4.4.0}
# /SECTION
BuildRequires: fdupes
Requires: python-pytest >= 4.4.0
BuildArch: noarch
%python_subpackages
%description