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:
parent
7a3c0b959d
commit
c718254e0c
2
tox.ini
2
tox.ini
@ -44,7 +44,7 @@ deps =
|
|||||||
vulture==0.8.1
|
vulture==0.8.1
|
||||||
Werkzeug==0.11.9
|
Werkzeug==0.11.9
|
||||||
wheel==0.29.0
|
wheel==0.29.0
|
||||||
cherrypy==5.2.0
|
cherrypy==5.3.0
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m pytest {posargs:tests}
|
{envpython} -m pytest {posargs:tests}
|
||||||
|
Loading…
Reference in New Issue
Block a user