-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Handle match
with pytest.raises()
#6753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as far as i can tell this change elevates a bug (not passing match to the function) to a breaking api change
@nicoddemus #5529 as far as i can tell introduced the bug and i missed it back then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @blueyed!
cb8717c
to
37a283b
Compare
Rebased and fixed the typing in 37a283b. |
TODO:
Fixes #6752.