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:
BIN
pytest-subtests-0.10.0.tar.gz
(Stored with Git LFS)
BIN
pytest-subtests-0.10.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pytest-subtests-0.11.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest-subtests-0.11.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 19:44:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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``.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:32:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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