You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore pre-ExceptionGroup semantics for CallInfo.from_call: re-raise exceptions in reraise even when they appear inside a single-level ExceptionGroup. Nested groups remain out of scope of this fix and behave as before.
1
+
Fixed an issue where internal exceptions like those raised from :func:`pytest.exit` would not be correctly handled during test teardown.
0 commit comments