14
0
forked from pool/python-nose2

- update to 0.14.1:

* Fix the reporting of skipped tests in verbose mode on newer
    pythons (3.12.1+), in which a skipped test is no longer
    treated as "started". nose2 will not introduce a
    StartTestEvent in such cases -- the fix is narrowly and
    adjustment to the test reporter.
  * Fix the reporting of skipped tests in verbose mode on newer
    pythons (3.12.1+), in which a skipped test is no longer
    treated as "started".
  * nose2 will not introduce a StartTestEvent in such cases --
    the fix is narrowly and adjustment to the test reporter.
- drop support-python312.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nose2?expand=0&rev=27
This commit is contained in:
2024-02-09 21:44:10 +00:00
committed by Git OBS Bridge
parent 87c0f61994
commit 60a14d5634
5 changed files with 21 additions and 115 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Feb 9 21:43:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.14.1:
* Fix the reporting of skipped tests in verbose mode on newer
pythons (3.12.1+), in which a skipped test is no longer
treated as "started". nose2 will not introduce a
StartTestEvent in such cases -- the fix is narrowly and
adjustment to the test reporter.
* Fix the reporting of skipped tests in verbose mode on newer
pythons (3.12.1+), in which a skipped test is no longer
treated as "started".
* nose2 will not introduce a StartTestEvent in such cases --
the fix is narrowly and adjustment to the test reporter.
- drop support-python312.patch (upstream)
-------------------------------------------------------------------
Mon Jan 8 05:39:22 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>