From 2a030107b99d89f5fac9918cc7c69150fa8ada3b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 4 Dec 2015 07:16:34 +0100 Subject: [PATCH] tox: Upgrade CherryPy to 3.8.0. Pass ``exc_info`` to logger as keyword rather than formatting the error and injecting into the message. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9d1075239..01c0c8793 100644 --- a/tox.ini +++ b/tox.ini @@ -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}