Skip to content

Commit

Permalink
📝🚑 Fix RST list in pytest-dev#12264 changelog entry
Browse files Browse the repository at this point in the history
It was being rendered inline and now it's not.
  • Loading branch information
webknjaz committed Jul 2, 2024
1 parent 51ee388 commit 6ede13a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions changelog/12204.bugfix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ Fix a regression in pytest 8.0 where tracebacks get longer and longer when multi
Also fix a similar regression in pytest 5.4 for collectors which raise during setup.

The fix necessitated internal changes which may affect some plugins:
- ``FixtureDef.cached_result[2]`` is now a tuple ``(exc, tb)`` instead of ``exc``.
- ``SetupState.stack`` failures are now a tuple ``(exc, tb)`` instead of ``exc``.

* ``FixtureDef.cached_result[2]`` is now a tuple ``(exc, tb)`` instead of ``exc``.

* ``SetupState.stack`` failures are now a tuple ``(exc, tb)`` instead of ``exc``.

0 comments on commit 6ede13a

Please sign in to comment.