Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-05 16:28:35 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-05 16:38:47 +0300
commit3e7b18e971755bf022f97943585685b3ce7309f8 (patch)
tree081fe16a9954a572d64fa0cbe3d5196a810af4ea /tox.ini
parent42777588edf60957ac11de661f0ce47c4ec2c6e3 (diff)
Unpin coverage package
coverage-5.0 expects to set "parallel = True" on config file. refs: https://github.com/nedbat/coveragepy/issues/716#issuecomment-429491441
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 217cd1feb..b98c2e584 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,6 @@ description =
py{35,36,37,38,39}: Run unit tests against {envname}.
du{12,13,14}: Run unit tests with the given version of docutils.
deps =
- coverage < 5.0 # refs: https://github.com/sphinx-doc/sphinx/pull/6924
git+https://github.com/html5lib/html5lib-python ; python_version >= "3.9" # refs: https://github.com/html5lib/html5lib-python/issues/419
du12: docutils==0.12
du13: docutils==0.13.1