Skip to content

Commit 9e5fba9

Browse files
committed
Prepare release version 9.0.1
1 parent 4bd63a0 commit 9e5fba9

30 files changed

+988
-150
lines changed

changelog/13895.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/13896.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/13904.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/13910.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/13933.contrib.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/13933.packaging.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/en/announce/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-9.0.1
910
release-9.0.0
1011
release-8.4.2
1112
release-8.4.1

doc/en/announce/release-9.0.1.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pytest-9.0.1
2+
=======================================
3+
4+
pytest 9.0.1 has just been released to PyPI.
5+
6+
This is a bug-fix release, being a drop-in replacement.
7+
8+
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
9+
10+
Thanks to all of the contributors to this release:
11+
12+
* Bruno Oliveira
13+
* Ran Benita
14+
* 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
15+
16+
17+
Happy testing,
18+
The pytest Development Team

doc/en/builtin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For information about fixtures, see :ref:`fixtures`. To see a complete list of a
1818
1919
$ pytest --fixtures -v
2020
=========================== test session starts ============================
21-
platform linux -- Python 3.x.y, pytest-8.x.y, pluggy-1.x.y -- $PYTHON_PREFIX/bin/python
21+
platform linux -- Python 3.x.y, pytest-9.x.y, pluggy-1.x.y -- $PYTHON_PREFIX/bin/python
2222
cachedir: .pytest_cache
2323
rootdir: /home/sweet/project
2424
collected 0 items

doc/en/changelog.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,44 @@ with advance notice in the **Deprecations** section of releases.
3131

3232
.. towncrier release notes start
3333
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`.
70+
71+
3472
pytest 9.0.0 (2025-11-05)
3573
=========================
3674

0 commit comments

Comments
 (0)