forked from pool/python-pytest-subtests
- update to 0.11.0:
* Logging is displayed for failing subtests (`#92`_)
* Passing subtests no longer turn the pytest output to yellow
(as if warnings have been issued)
* Now the ``msg`` contents of a subtest is displayed when
running pytest with ``-v``.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=18
This commit is contained in:
@@ -18,12 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-subtests
|
||||
Version: 0.10.0
|
||||
Version: 0.11.0
|
||||
Release: 0
|
||||
Summary: Python unittest subTest() support and subtests fixture
|
||||
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_module attr}
|
||||
BuildRequires: %{python_module setuptools >= 40.0}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: fdupes
|
||||
|
||||
Reference in New Issue
Block a user