Fix compatibility with PyTest 8.0. (Closes: #365)
@tool_required(foo) modifies global state (specifically, it adds "foo" to
a set), and we need to ensure that is unwound after we exit this function.
Thanks, FC Stegerman!
Signed-off-by:
Chris Lamb <lamby@debian.org>
Please register or sign in to comment