We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b1751 commit 158707dCopy full SHA for 158707d
changelog/12204.bugfix.rst
@@ -3,5 +3,8 @@ Fix a regression in pytest 8.0 where tracebacks get longer and longer when multi
3
Also fix a similar regression in pytest 5.4 for collectors which raise during setup.
4
5
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``.
+
+* ``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
0 commit comments