File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- Fix a regression in pytest 8.0 where tracebacks get longer and longer when multiple tests fail due to a shared higher-scope fixture which raised.
1
+ Fixed a regression in pytest 8.0 where tracebacks get longer and longer when multiple
2
+ tests fail due to a shared higher-scope fixture which raised -- by :user: `bluetech `.
2
3
3
- Also fix a similar regression in pytest 5.4 for collectors which raise during setup.
4
+ Also fixed a similar regression in pytest 5.4 for collectors which raise during setup.
4
5
5
6
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 ``.
7
+
8
+ * ``FixtureDef.cached_result[2] `` is now a tuple ``(exc, tb) ``
9
+ instead of ``exc ``.
10
+ * ``SetupState.stack `` failures are now a tuple ``(exc, tb) ``
11
+ instead of ``exc ``.
Original file line number Diff line number Diff line change
1
+ 12204.bugfix.rst
You can’t perform that action at this time.
0 commit comments