-
Notifications
You must be signed in to change notification settings - Fork 47
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 proxy support for SSE transport #79
Conversation
ah, it appears your tests need |
/cc @rmfitzpatrick |
ah, and this build failure is because your tests depend on a secure envar ( |
setup.py parses everything in requirements.txt and adds it to install_requires, so httmock was being pulled into the package dependencies even though it's only needed for tests. (Also, it's spelled "tests_require", not "test_requires".)
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.
Looks great! Thanks a lot for sending a PR for this!
I know about the test not being able to run in PRs. Thanks for fixing httmock
though!
Had to add another change here. It seems your API now returns |
For #78 . Also had to fix an issue with the
httmock
dependency being pulled into non-test environments. We'd like this to go into a released version, if possible - it's blocking an internal issue and we'd rather not use a git version if we can avoid it.