- update to 0.14.2:

* For the coverage plugin, add a config option, coverage-
    combine, which defaults to False. When set, this config
    invokes a coverage combine step before reporting results,
    regardless of whether or not multiprocessing was used to run
    tests. This allows reporting of coverage results via the
    plugin on testsuites which invoke subprocesses.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nose2?expand=0&rev=29
This commit is contained in:
2024-05-07 20:15:39 +00:00
committed by Git OBS Bridge
parent 60a14d5634
commit 610d4e807e
4 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-nose2
Version: 0.14.1
Version: 0.14.2
Release: 0
Summary: The successor to the Python testing framework nose, based on unittest
License: BSD-2-Clause AND Python-2.0