tox: Update CherryPy to 5.3.0

* Add support for specifying a certificate authority when serving SSL
  using the built-in SSL support.
* Use ssl.create_default_context when available.
* Catch platform-specific socket errors on OS X.
* Fix parsing of URIs containing ``://`` in the path part.
This commit is contained in:
Florian Bruhin 2016-04-30 18:42:50 +02:00
parent 7a3c0b959d
commit c718254e0c

View File

@ -44,7 +44,7 @@ deps =
vulture==0.8.1
Werkzeug==0.11.9
wheel==0.29.0
cherrypy==5.2.0
cherrypy==5.3.0
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m pytest {posargs:tests}