Skip to content
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 464 #470

Merged
merged 6 commits into from Jan 12, 2022
Merged

Fix 464 #470

merged 6 commits into from Jan 12, 2022

Conversation

beliaev-maksim
Copy link
Collaborator

closes #464

mock up with custom False

this allows to preserve deprecation warning and backwards compatibility with 0.16

@codecov
Copy link

codecov bot commented Jan 12, 2022

Codecov Report

Merging #470 (108b231) into master (776ada5) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #470   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines         1999      2026   +27     
=========================================
+ Hits          1999      2026   +27     
Impacted Files Coverage Δ
responses/__init__.py 100.00% <100.00%> (ø)
responses/test_responses.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 776ada5...108b231. Read the comment docs.

# Conflicts:
#	CHANGES
@markstory markstory merged commit a552398 into getsentry:master Jan 12, 2022
@beliaev-maksim beliaev-maksim deleted the fix_464 branch January 12, 2022 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

responses.add_callback triggers DeprecationWarning beyond user's control
2 participants