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.
This commit is contained in:
Florian Bruhin 2015-12-20 17:25:08 +01:00
parent 6b89eb43a2
commit 3687011e09

View File

@ -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}