File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,34 @@ testsuites.
1313Unreleased
1414----------
1515
16+ 0.16.0 (2026-03-01)
17+ -------------------
18+
19+ Added
20+ ~~~~~
21+
22+ * Added official support for Python 3.14.
23+
24+ Changed
25+ ~~~~~~~
26+
27+ * ``nose2 `` now explicitly uses a multiprocessing context for the ``mp `` plugin,
28+ which ensures that it is isolated from any multiprocessing settings used by
29+ applications under test. This ensures that the ``fork `` start method is always
30+ used on POSIX systems. ``spawn `` is used on Windows. Thanks
31+ :user: `JimmyDurandWesolowski ` and :user: `airtower-luna `!
32+
33+ Deprecated
34+ ~~~~~~~~~~
35+
36+ * The ``coverage `` plugin is now deprecated, and is no longer tested on newer
37+ Python versions. It will be removed in a future version.
38+
39+ Removed
40+ ~~~~~~~
41+
42+ * Removed support for Python 3.8.
43+
16440.15.1 (2024-05-31)
1745-------------------
1846
Original file line number Diff line number Diff line change 11from nose2 .main import discover , main
22
3- __version__ = "0.15.1 "
3+ __version__ = "0.16.0 "
44
55__all__ = ("__version__" , "discover" , "main" )
You can’t perform that action at this time.
0 commit comments