Skip to content

Commit fca3bc2

Browse files
committed
📝🚑 Fix RST list in pytest-dev#12264 changelog entry
It was being rendered inline and now it's not.
1 parent 51ee388 commit fca3bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog/12204.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ 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+
67
- ``FixtureDef.cached_result[2]`` is now a tuple ``(exc, tb)`` instead of ``exc``.
78
- ``SetupState.stack`` failures are now a tuple ``(exc, tb)`` instead of ``exc``.

0 commit comments

Comments
 (0)