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
+2-3
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,13 @@ pytest 7.4.3 (2023-10-24)
34
34
Bug Fixes
35
35
---------
36
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.
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 -- this resolves a regression.
39
38
40
39
41
40
- `#11239 <https://github.com/pytest-dev/pytest/issues/11239>`_: Fixed ``:=`` in asserts impacting unrelated test cases.
42
41
43
42
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.
43
+
- `#11439 <https://github.com/pytest-dev/pytest/issues/11439>`_: Handled an edge case where :data:`sys.stderr` might already be closed when :ref:`faulthandler` is tearing down.
0 commit comments