From 3687011e0929a9f0abef166f73ddd70e410977d2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 20 Dec 2015 17:25:08 +0100 Subject: [PATCH] tox: Update CherryPy to 5.0.0. ----- 5.0.0 ----- * Removed deprecated support for ``ssl_certificate`` and ``ssl_private_key`` attributes and implicit construction of SSL adapter on Python 2 WSGI servers. * Default SSL Adapter on Python 2 is the builtin SSL adapter, matching Python 3 behavior. ----- 4.0.0 ----- * Drop support for Python 2.5 and earlier. * No longer build Windows installers by default. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d8635a022..11b1307b7 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ deps = Werkzeug==0.11.2 wheel==0.26.0 xvfbwrapper==0.2.6 - cherrypy==3.8.2 + cherrypy==4.0.0 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}