Cap cherrypy and uncap sphinx

With the latest cherrypy version the tests run into the hard test
timeout. This is caused by a header conversion issue introduced in
cherrypy 18.0.0. There is a pull request [1] that fixes this
issue. Once this is merged and released we can uncap it again.

The newest reno release, 2.10.0, requires a feature of newer sphinx without
specifying that the minimum compatibility has changed. Uncap sphinx here
so at least the doc build is not broken, use Sphinx 1.6.1 since that is
the oldest sphinx version supporting what reno needs.

[1] https://github.com/cherrypy/cherrypy/pull/1736

Change-Id: Ic00e664152062d1fc1677e467b638ac2be99aef1
Co-Authored-By: Andreas Jaeger <jaegerandi@gmail.com>
This commit is contained in:
Tobias Henkel 2018-09-04 08:30:07 +02:00 committed by James E. Blair
parent cea6505d1b
commit 85f6598722
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ iso8601
psutil
fb-re2>=1.0.6
paho-mqtt
cherrypy
cherrypy<18.0.0
ws4py
routes

View File

@ -1,7 +1,7 @@
flake8
coverage>=3.6
sphinx>=1.5.1,<1.6
sphinx>=1.6.1
sphinxcontrib-blockdiag>=1.1.0
fixtures>=0.3.14
stestr>=1.0.0 # Apache-2.0