Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0714aa

Browse filesBrowse files
committed
Prepare release version 7.4.3
1 parent 44ad1c9 commit a0714aa
Copy full SHA for a0714aa

File tree

Expand file treeCollapse file tree

7 files changed

+37
-5
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+37
-5
lines changed

‎changelog/10447.bugfix.rst

Copy file name to clipboardExpand all lines: changelog/10447.bugfix.rst
-2Lines changed: 0 additions & 2 deletions
This file was deleted.

‎changelog/11239.bugfix.rst

Copy file name to clipboardExpand all lines: changelog/11239.bugfix.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎changelog/11439.bugfix.rst

Copy file name to clipboardExpand all lines: changelog/11439.bugfix.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎doc/en/announce/index.rst

Copy file name to clipboardExpand all lines: doc/en/announce/index.rst
+1Lines 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-7.4.3
910
release-7.4.2
1011
release-7.4.1
1112
release-7.4.0

‎doc/en/announce/release-7.4.3.rst

Copy file name to clipboard
+19Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
pytest-7.4.3
2+
=======================================
3+
4+
pytest 7.4.3 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+
* Marc Mueller
16+
17+
18+
Happy testing,
19+
The pytest Development Team

‎doc/en/changelog.rst

Copy file name to clipboardExpand all lines: doc/en/changelog.rst
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,22 @@ with advance notice in the **Deprecations** section of releases.
2828

2929
.. towncrier release notes start
3030
31+
pytest 7.4.3 (2023-10-24)
32+
=========================
33+
34+
Bug Fixes
35+
---------
36+
37+
- `#10447 <https://github.com/pytest-dev/pytest/issues/10447>`_: markers are now considered in the reverse mro order to ensure base class markers are considered first
38+
this resolves a regression.
39+
40+
41+
- `#11239 <https://github.com/pytest-dev/pytest/issues/11239>`_: Fixed ``:=`` in asserts impacting unrelated test cases.
42+
43+
44+
- `#11439 <https://github.com/pytest-dev/pytest/issues/11439>`_: Handle an edge case where :data:`sys.stderr` might already be closed when :ref:`faulthandler` is tearing down.
45+
46+
3147
pytest 7.4.2 (2023-09-07)
3248
=========================
3349

‎doc/en/getting-started.rst

Copy file name to clipboardExpand all lines: doc/en/getting-started.rst
+1-1Lines changed: 1 addition & 1 deletion
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.2
25+
pytest 7.4.3
2626
2727
.. _`simpletest`:
2828

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.