From 748b353eb709864c980016b80c753354cc3f3ac29299c027cf4b8686ff887e36 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Mar 2023 07:22:58 +0000 Subject: [PATCH] - 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 --- pytest-subtests-0.10.0.tar.gz | 3 +++ pytest-subtests-0.9.0.tar.gz | 3 --- python-pytest-subtests.changes | 10 ++++++++++ python-pytest-subtests.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 pytest-subtests-0.10.0.tar.gz delete mode 100644 pytest-subtests-0.9.0.tar.gz diff --git a/pytest-subtests-0.10.0.tar.gz b/pytest-subtests-0.10.0.tar.gz new file mode 100644 index 0000000..b0cac79 --- /dev/null +++ b/pytest-subtests-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9961a67c1791e8c1e32dce7a70ed1e54f3b1e641087f2094f2d37087ab7fb17 +size 11437 diff --git a/pytest-subtests-0.9.0.tar.gz b/pytest-subtests-0.9.0.tar.gz deleted file mode 100644 index 8ccbd79..0000000 --- a/pytest-subtests-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0317cd5f6a5eb3e957e89dbe4fc3322a9afddba2db8414355ed2a2cb91a844e -size 10914 diff --git a/python-pytest-subtests.changes b/python-pytest-subtests.changes index a424725..5b26579 100644 --- a/python-pytest-subtests.changes +++ b/python-pytest-subtests.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 27 07:22:47 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 4cb6068..0e7d6f4 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -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