From ac41c0ba18c161dab346413c7ad5b4f5a8a028b6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 11 May 2016 05:16:51 +0200 Subject: [PATCH] tox: Update CherryPy to 5.4.0 * ``cherrypy.test.webtest.WebCase`` now honors a 'WEBTEST_INTERACTIVE' environment variable to disable interactive tests (still enabled by default). Set to '0' or 'false' or 'False' to disable interactive tests. * Fix AttributeError when listiterator was accessed using the ``next`` attribute. * Removed ``cherrypy.lib.sessions.PostgresqlSession``. * Fix errors with redirects to Unicode URLs. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cc7348c7c..6d75cde5b 100644 --- a/tox.ini +++ b/tox.ini @@ -44,7 +44,7 @@ deps = vulture==0.8.1 Werkzeug==0.11.9 wheel==0.29.0 - cherrypy==5.3.0 + cherrypy==5.4.0 commands = {envpython} scripts/link_pyqt.py --tox {envdir} {envpython} -m pytest {posargs:tests}