-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Fix use of global assert_all_requests_are_fired. Closes #726 #731
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Mark Story <[email protected]>
@markstory can you kick off the tests again? |
@markstory https://github.com/getsentry/responses?tab=readme-ov-file#deprecations-and-migration-path |
@beliaev-maksim the linked doc deprecates |
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.
it feels like the logic should be moved down to the activate()
method.
Have you exhausted all the options to make the change self contained within activate
?
@beliaev-maksim
This mostly works except for the test_nested_decorators test, but given I only have a superficial understanding of this code, delving into that is more than I can take on right now. |
A somewhat naive fix for the global assert_all_requests_are_fired. Tests are passing locally on 3.12.