Closed nicoddemus closed 9 months ago
The new-style hook 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.
outcome.force_exception
This requires pluggy>=1.1.
Going ahead and merge this as it is just a small internal improvement. 👍
The new-style hook 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.