tox: Update cherrypy to 3.8.2.

* Correct InternalServerError when null bytes in static file path. Now responds
  with 404 instead.
This commit is contained in:
Florian Bruhin 2015-12-18 05:19:33 +01:00
parent 172157ed0d
commit eed4a992ab

View File

@ -42,7 +42,7 @@ deps =
Werkzeug==0.11.2
wheel==0.26.0
xvfbwrapper==0.2.6
cherrypy==3.8.1
cherrypy==3.8.2
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}