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:
parent
7ef368fc13
commit
8f74734718
2
tox.ini
2
tox.ini
@ -43,7 +43,7 @@ deps =
|
|||||||
Werkzeug==0.11.3
|
Werkzeug==0.11.3
|
||||||
wheel==0.28.0
|
wheel==0.28.0
|
||||||
xvfbwrapper==0.2.8
|
xvfbwrapper==0.2.8
|
||||||
cherrypy==4.0.0
|
cherrypy==5.0.1
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test {posargs:tests}
|
{envpython} -m py.test {posargs:tests}
|
||||||
|
Loading…
Reference in New Issue
Block a user