Skip to content

Commit

Permalink
Replace responses with httppretty in mock http unit tests
Browse files Browse the repository at this point in the history
We cannot use responses package to test timeouts and retries of
requests (getsentry/responses#135), so
we get rid of it and always use httpretty mocking.
  • Loading branch information
ao-picterra committed Jan 4, 2021
1 parent e5a10fd commit 425ec0d
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 162 deletions.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -19,7 +19,6 @@
tests_require=[
'pytest===6.1.2',
'flake8',
'responses',
'httpretty'
],
)

0 comments on commit 425ec0d

Please sign in to comment.