Tweak changelog.rst

This commit is contained in:
Bruno Oliveira 2023-10-24 15:45:08 -03:00 committed by GitHub
parent a0714aa007
commit 2390610696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -34,14 +34,13 @@ pytest 7.4.3 (2023-10-24)
Bug Fixes
---------
- `#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.
- `#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.
- `#11239 <https://github.com/pytest-dev/pytest/issues/11239>`_: Fixed ``:=`` in asserts impacting unrelated test cases.
- `#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.
- `#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.
pytest 7.4.2 (2023-09-07)