tox: Update CherryPy to 5.4.0
* ``cherrypy.test.webtest.WebCase`` now honors a 'WEBTEST_INTERACTIVE' environment variable to disable interactive tests (still enabled by default). Set to '0' or 'false' or 'False' to disable interactive tests. * Fix AttributeError when listiterator was accessed using the ``next`` attribute. * Removed ``cherrypy.lib.sessions.PostgresqlSession``. * Fix errors with redirects to Unicode URLs.
This commit is contained in:
parent
181a785ce6
commit
ac41c0ba18
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.3.0
|
cherrypy==5.4.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