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 fca3bc2Copy full SHA for fca3bc2
changelog/12204.bugfix.rst
@@ -3,5 +3,6 @@ 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
+
7
- ``FixtureDef.cached_result[2]`` is now a tuple ``(exc, tb)`` instead of ``exc``.
8
- ``SetupState.stack`` failures are now a tuple ``(exc, tb)`` instead of ``exc``.
0 commit comments