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 51ee388 commit 2e683b9Copy full SHA for 2e683b9
changelog/12204.bugfix.rst
@@ -3,5 +3,7 @@ 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)`` instead of ``exc``.
8
9
+ * ``SetupState.stack`` failures are now a tuple ``(exc, tb)`` instead of ``exc``.
0 commit comments