-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add httpbin_ca_bundle #8
Conversation
@t-8ch: Can you rebase to fix the merge conflicts? |
Configures the pytest_httpbin ca bundle
@msabramo done |
@t-8ch: Awesome. Thank you! Could give me a short description of the benefit this provides? I was planning to try to do a release of pytest-httpbin 0.0.4 to PyPI and if this PR is ready, I might as well merge it, but I need to know what to put in the release notes. |
@t-8ch: Ah, I see, so it's a convenience for the test suite and therefore it probably doesn't have to be mentioned in the release notes, I think. Thanks! |
It is also a convenience for the users, as they are using pytest-httpbin in the same way |
Oh right, good point! |
Cool, probably want to mention in the read me they it will automatically set REQUESTS_CA_BUNDLE if using requests. |
README.md: Add PR #8 to httpbin_ca_bundle change
for 0.0.4. Mention it will automatically set `REQUESTS_CA_BUNDLE` if using requests.
@kevin1024: Good idea => #21 |
README.md: Add a bit more info about PR #8
The name is a bit unwieldy...