- 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:
2023-05-31 19:45:29 +00:00
committed by Git OBS Bridge
parent a02d0beaf2
commit e3ef480f13
4 changed files with 15 additions and 4 deletions

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

Binary file not shown.

View File

@@ -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>

View File

@@ -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