You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/en/changelog.rst
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,44 @@ with advance notice in the **Deprecations** section of releases.
31
31
32
32
.. towncrier release notes start
33
33
34
+
pytest 9.0.1 (2025-11-11)
35
+
=========================
36
+
37
+
Bug fixes
38
+
---------
39
+
40
+
- `#13895 <https://github.com/pytest-dev/pytest/issues/13895>`_: Restore support for skipping tests via ``raise unittest.SkipTest``.
41
+
42
+
43
+
- `#13896 <https://github.com/pytest-dev/pytest/issues/13896>`_: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
44
+
45
+
46
+
- `#13904 <https://github.com/pytest-dev/pytest/issues/13904>`_: Fixed the TOML type of the verbosity settings in the API reference from number to string.
47
+
48
+
49
+
- `#13910 <https://github.com/pytest-dev/pytest/issues/13910>`_: Fixed `UserWarning: Do not expect file_or_dir` on some earlier Python 3.12 and 3.13 point versions.
50
+
51
+
52
+
53
+
Packaging updates and notes for downstreams
54
+
-------------------------------------------
55
+
56
+
- `#13933 <https://github.com/pytest-dev/pytest/issues/13933>`_: The tox configuration has been adjusted to make sure the desired
57
+
version string can be passed into its :ref:`package_env` through
58
+
the ``SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST`` environment
59
+
variable as a part of the release process -- by :user:`webknjaz`.
60
+
61
+
62
+
63
+
Contributor-facing changes
64
+
--------------------------
65
+
66
+
- `#13933 <https://github.com/pytest-dev/pytest/issues/13933>`_: The tox configuration has been adjusted to make sure the desired
67
+
version string can be passed into its :ref:`package_env` through
68
+
the ``SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST`` environment
69
+
variable as a part of the release process -- by :user:`webknjaz`.
0 commit comments