tox: Upgrade CherryPy to 3.8.0.

Pass ``exc_info`` to logger as keyword rather than formatting the error and
injecting into the message.
This commit is contained in:
Florian Bruhin 2015-12-04 07:16:34 +01:00
parent 0a6c82d071
commit 2a030107b9

View File

@ -42,7 +42,7 @@ deps =
Werkzeug==0.11.2
wheel==0.26.0
xvfbwrapper==0.2.5
cherrypy==3.8.0
cherrypy==3.8.1
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m py.test --strict -rfEsw --faulthandler-timeout=70 --cov --cov-report xml --cov-report=html --cov-report= {posargs:tests}