Skip to content

Commit 158707d

Browse files
webknjazGlyphack
authored andcommitted
📝🚑 Fix RST list in pytest-dev#12264 changelog entry
It was being rendered inline and now it's not.
1 parent c2b1751 commit 158707d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

changelog/12204.bugfix.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ Fix a regression in pytest 8.0 where tracebacks get longer and longer when multi
33
Also fix a similar regression in pytest 5.4 for collectors which raise during setup.
44

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

0 commit comments

Comments
 (0)