CI: Pinning coverage < 5.0

This commit is contained in:
Takeshi KOMIYA 2019-12-15 17:47:57 +09:00
parent 24908e0fa9
commit 42f6b91333

View File

@ -10,6 +10,7 @@ description =
py{35,36,37,38}: Run unit tests against {envname}. py{35,36,37,38}: Run unit tests against {envname}.
du{12,13,14}: Run unit tests with the given version of docutils. du{12,13,14}: Run unit tests with the given version of docutils.
deps = deps =
coverage < 5.0 # refs: https://github.com/sphinx-doc/sphinx/pull/6924
du12: docutils==0.12 du12: docutils==0.12
du13: docutils==0.13.1 du13: docutils==0.13.1
du14: docutils==0.14 du14: docutils==0.14