tox: Update dependencies for httpbin tests.
This commit is contained in:
parent
c530312aca
commit
929957c4fb
8
tox.ini
8
tox.ini
@ -26,7 +26,7 @@ deps =
|
|||||||
coverage==3.7.1
|
coverage==3.7.1
|
||||||
pytest-cov==2.1.0
|
pytest-cov==2.1.0
|
||||||
beautifulsoup4==4.4.0
|
beautifulsoup4==4.4.0
|
||||||
httpbin
|
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test --strict -rfEsw -m 'not integration' --cov qutebrowser --cov-report xml --cov-report=html --cov-report= {posargs:tests}
|
{envpython} -m py.test --strict -rfEsw -m 'not integration' --cov qutebrowser --cov-report xml --cov-report=html --cov-report= {posargs:tests}
|
||||||
@ -36,7 +36,11 @@ commands =
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
setenv = {[testenv]setenv}
|
setenv = {[testenv]setenv}
|
||||||
passenv = {[testenv]passenv}
|
passenv = {[testenv]passenv}
|
||||||
deps = {[testenv]deps}
|
deps =
|
||||||
|
{[testenv]deps}
|
||||||
|
httpbin==0.3.0
|
||||||
|
itsdangerous==0.24
|
||||||
|
Werkzeug==0.10.4
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test --strict -rfEsw -m 'integration' {posargs:tests}
|
{envpython} -m py.test --strict -rfEsw -m 'integration' {posargs:tests}
|
||||||
|
Loading…
Reference in New Issue
Block a user