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:
parent
172157ed0d
commit
eed4a992ab
2
tox.ini
2
tox.ini
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user