Skip to content

Commit

Permalink
bump requests to 2.7 to fix the ResponseNotReady() error, and add a m…
Browse files Browse the repository at this point in the history
…issing default for tox posargs

Signed-off-by: Daniel Nephin <[email protected]>
  • Loading branch information
dnephin committed Sep 3, 2015
1 parent 2073805 commit 9d7ad79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docker-py==1.3.1
dockerpty==0.3.4
docopt==0.6.1
jsonschema==2.5.1
requests==2.6.1
requests==2.7.0
six==1.7.3
texttable==0.8.2
websocket-client==0.32.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def find_version(*file_paths):
install_requires = [
'docopt >= 0.6.1, < 0.7',
'PyYAML >= 3.10, < 4',
'requests >= 2.6.1, < 2.7',
'requests >= 2.6.1, < 2.8',
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.32.0, < 1.0',
'docker-py >= 1.3.1, < 1.4',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ commands =
--cov-report html \
--cov-report term \
--cov-config=tox.ini \
{posargs}
{posargs:tests}

[testenv:pre-commit]
skip_install = True
Expand Down

0 comments on commit 9d7ad79

Please sign in to comment.