Skip to content

Commit

Permalink
use requests-mock instead of responses (#120)
Browse files Browse the repository at this point in the history
* Standardise dependencies for Python 2.7 and 3.6 by using requests-mock
* Updated dependencies
* Standardised test format removing test classes.
  • Loading branch information
flatnine committed Oct 31, 2018
1 parent 298b9e0 commit 91b3a7d
Show file tree
Hide file tree
Showing 8 changed files with 952 additions and 974 deletions.
40 changes: 0 additions & 40 deletions requirements-py36.txt

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ modernize
multilint
Pygments
pytest
pytest-responses
PyYAML
requests
requests-mock
six
12 changes: 5 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
atomicwrites==1.2.1 # via pytest
attrs==18.2.0 # via pytest
backports.unittest-mock==1.4
boto3==1.9.30
botocore==1.12.30 # via boto3, s3transfer
boto3==1.9.33
botocore==1.12.33 # via boto3, s3transfer
certifi==2018.10.15 # via requests
chardet==3.0.4 # via requests
configparser==3.5.0 # via flake8
cookies==2.2.1 # via responses
docutils==0.14
enum34==1.1.6 # via flake8
flake8==3.6.0
Expand All @@ -33,12 +32,11 @@ py==1.7.0 # via pytest
pycodestyle==2.4.0 # via flake8
pyflakes==2.0.0 # via flake8
pygments==2.2.0
pytest-responses==0.3.0
pytest==3.9.2
python-dateutil==2.7.3 # via botocore
pytest==3.9.3
python-dateutil==2.7.5 # via botocore
pyyaml==3.13
requests-mock==1.5.2
requests==2.20.0
responses==0.10.1 # via pytest-responses
s3transfer==0.1.13 # via boto3
scandir==1.9.0 # via pathlib2
six==1.11.0
Expand Down

0 comments on commit 91b3a7d

Please sign in to comment.