tox: Update cherrypy to 5.0.1.

* 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.
* In proxy tool, defer to Host header for resolving the base if no base is
  supplied.
This commit is contained in:
Florian Bruhin 2016-02-06 16:35:29 +01:00
parent 7ef368fc13
commit 8f74734718

View File

@ -43,7 +43,7 @@ deps =
Werkzeug==0.11.3
wheel==0.28.0
xvfbwrapper==0.2.8
cherrypy==4.0.0
cherrypy==5.0.1
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m py.test {posargs:tests}