Merge pull request #7253 from sphinx-doc/unpin_coverage

Unpin coverage package
This commit is contained in:
Takeshi KOMIYA 2020-03-05 22:55:05 +09:00 committed by GitHub
commit bd38b98580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,7 @@ markers =
[coverage:run]
branch = True
parallel = True
source = sphinx
[coverage:report]

View File

@ -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