Skip to content
Snippets Groups Projects
Commit ce04e0dd authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

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's avatarChris Lamb <lamby@debian.org>
parent c09d0a9e
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment