Skip to content

Commit

Permalink
Use requests_mock instead of HTTPretty
Browse files Browse the repository at this point in the history
Better compatibility with Python 3.7, less buggy.
  • Loading branch information
pypt committed Jul 16, 2019
1 parent bf46b1f commit 6a68891
Show file tree
Hide file tree
Showing 2 changed files with 677 additions and 709 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __readme():
tests_require = [

# Mock HTTP server
'httpretty>=0.9.6,<1.0',
'requests_mock>=1.6.0,<2.0',

# Running tests
'pytest>=2.8',
Expand Down

0 comments on commit 6a68891

Please sign in to comment.