From 929957c4fbad338129fd5c8e9ba814d78a3548e9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 17 Sep 2015 08:11:29 +0200 Subject: [PATCH] tox: Update dependencies for httpbin tests. --- tox.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d20cfbe6a..5428e3912 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ deps = coverage==3.7.1 pytest-cov==2.1.0 beautifulsoup4==4.4.0 - httpbin + commands = {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} @@ -36,7 +36,11 @@ commands = basepython = python3 setenv = {[testenv]setenv} passenv = {[testenv]passenv} -deps = {[testenv]deps} +deps = + {[testenv]deps} + httpbin==0.3.0 + itsdangerous==0.24 + Werkzeug==0.10.4 commands = {envpython} scripts/link_pyqt.py --tox {envdir} {envpython} -m py.test --strict -rfEsw -m 'integration' {posargs:tests}