Skip to content

Commit 33f694f

Browse files
committed
Prepare release version 7.4.4
1 parent 76c107c commit 33f694f

9 files changed

+47
-6
lines changed

Diff for: changelog/11091.doc.rst

-1
This file was deleted.

Diff for: changelog/11140.bugfix.rst

-1
This file was deleted.

Diff for: changelog/11572.bugfix.rst

-1
This file was deleted.

Diff for: changelog/11710.bugfix.rst

-1
This file was deleted.

Diff for: changelog/7966.bugfix.rst

-1
This file was deleted.

Diff for: doc/en/announce/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-7.4.4
910
release-7.4.3
1011
release-7.4.2
1112
release-7.4.1

Diff for: doc/en/announce/release-7.4.4.rst

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
pytest-7.4.4
2+
=======================================
3+
4+
pytest 7.4.4 has just been released to PyPI.
5+
6+
This is a bug-fix release, being a drop-in replacement. To upgrade::
7+
8+
pip install --upgrade pytest
9+
10+
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
11+
12+
Thanks to all of the contributors to this release:
13+
14+
* Bruno Oliveira
15+
* Ran Benita
16+
* Zac Hatfield-Dodds
17+
18+
19+
Happy testing,
20+
The pytest Development Team

Diff for: doc/en/changelog.rst

+25
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,31 @@ with advance notice in the **Deprecations** section of releases.
2828

2929
.. towncrier release notes start
3030
31+
pytest 7.4.4 (2023-12-31)
32+
=========================
33+
34+
Bug Fixes
35+
---------
36+
37+
- `#11140 <https://github.com/pytest-dev/pytest/issues/11140>`_: Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.
38+
39+
40+
- `#11572 <https://github.com/pytest-dev/pytest/issues/11572>`_: Handle an edge case where :data:`sys.stderr` and :data:`sys.__stderr__` might already be closed when :ref:`faulthandler` is tearing down.
41+
42+
43+
- `#11710 <https://github.com/pytest-dev/pytest/issues/11710>`_: Fixed tracebacks from collection errors not getting pruned.
44+
45+
46+
- `#7966 <https://github.com/pytest-dev/pytest/issues/7966>`_: Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in ``__iter__`` methods. Now they are treated un-iterable instead.
47+
48+
49+
50+
Improved Documentation
51+
----------------------
52+
53+
- `#11091 <https://github.com/pytest-dev/pytest/issues/11091>`_: Updated documentation to refer to hyphenated options: replaced ``--junitxml`` with ``--junit-xml`` and ``--collectonly`` with ``--collect-only``.
54+
55+
3156
pytest 7.4.3 (2023-10-24)
3257
=========================
3358

Diff for: doc/en/getting-started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install ``pytest``
2222
.. code-block:: bash
2323
2424
$ pytest --version
25-
pytest 7.4.3
25+
pytest 7.4.4
2626
2727
.. _`simpletest`:
2828

0 commit comments

Comments
 (0)