- update to 0.10.0:

* Added experimental support for suppressing subtest output
    dots in non-verbose mode with ``--no-subtests-shortletter``
    -- this allows the native pytest column calculations to not
    be disrupted and minimizes unneeded output for large CI
    systems.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=14
This commit is contained in:
2023-03-27 07:22:58 +00:00
committed by Git OBS Bridge
parent 638da64fda
commit 748b353eb7
4 changed files with 14 additions and 4 deletions

BIN
pytest-subtests-0.10.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0317cd5f6a5eb3e957e89dbe4fc3322a9afddba2db8414355ed2a2cb91a844e
size 10914

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 27 07:22:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.10.0:
* Added experimental support for suppressing subtest output
dots in non-verbose mode with ``--no-subtests-shortletter``
-- this allows the native pytest column calculations to not
be disrupted and minimizes unneeded output for large CI
systems.
-------------------------------------------------------------------
Tue Jan 10 04:19:50 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-pytest-subtests
Version: 0.9.0
Version: 0.10.0
Release: 0
Summary: Python unittest subTest() support and subtests fixture
License: MIT