Skip to content

Commit

Permalink
requirements: Add httpretty to dependencies.
Browse files Browse the repository at this point in the history
We'll be using this for a range of testing mocks in our auth code.
  • Loading branch information
timabbott committed May 21, 2018
1 parent 86ec78e commit 2cc5d2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ ignore_missing_imports = True
[mypy-httplib2]
ignore_missing_imports = True

[mypy-httpretty]
ignore_missing_imports = True

[mypy-hyper,hyper.*]
ignore_missing_imports = True

Expand Down
3 changes: 3 additions & 0 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ coverage==4.5.1
# fake for LDAP testing
fakeldap==0.6.1

# For testing mock http requests
httpretty==0.9.4

# For sorting imports
isort==4.3.4

Expand Down
1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ h2==2.6.2 # via hyper
hpack==3.0.0 # via h2
html2text==2018.1.9
httplib2==0.11.3
httpretty==0.9.4
hyper==0.7.0 # via apns2
hyperframe==3.2.0 # via h2, hyper
hyperlink==17.3.1 # via twisted
Expand Down

0 comments on commit 2cc5d2d

Please sign in to comment.