-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remove external test dependency to http://httpbin.org #5843
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5843 +/- ##
=======================================
Coverage 93.31% 93.31%
=======================================
Files 102 102
Lines 30063 30066 +3
Branches 2690 2689 -1
=======================================
+ Hits 28054 28057 +3
Misses 1833 1833
Partials 176 176
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
for more information, see https://pre-commit.ci
Backport to 3.8: 💚 backport PR created✅ Backport PR branch: Backported as #6112 🤖 @patchback |
(cherry picked from commit 728505c)
…ttp://httpbin.org (#6112) Co-authored-by: Dmitry Erlikh <derlih@gmail.com>
What do these changes do?
Remove external test dependency to http://httpbin.org
Are there changes in behavior for the user?
No
Related issue number
#5840
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.