You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-06-17 00:17:45 +02:00
tox.ini: Use pytest-httpbin>=0.0.6
This hopefully fixes SSL timeout errors. Fixes #308
This commit is contained in:
2
tox.ini
2
tox.ini
@ -12,7 +12,7 @@ envlist = py26, py27, py34, pypy
|
||||
[testenv]
|
||||
deps =
|
||||
pytest
|
||||
pytest-httpbin
|
||||
pytest-httpbin>=0.0.6
|
||||
|
||||
commands =
|
||||
py.test --verbose --doctest-modules --basetemp={envtmpdir} {posargs:./tests ./httpie}
|
||||
|
Reference in New Issue
Block a user