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
The [new-style hook wrappers](https://pluggy.readthedocs.io/en/stable/#wrappers) are easier to use because you do not need to call `outcome.force_exception` on errors, and doing
so prevents other hook callers from running.
This requires pluggy>=1.1.
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
UNRELEASED
2
2
----------
3
3
4
+
- ``pluggy >=1.1`` is now required: we now use new-style hook wrappers, which are less error prone.
5
+
4
6
- Fixed exception handling so they are properly cleared in Python 3.12, due to the new `sys.last_exc <https://docs.python.org/3/library/sys.html#sys.last_exc>`__ attribute (`#532`_).
0 commit comments