Skip to content

Commit bd38b98

Browse files
authored
Merge pull request #7253 from sphinx-doc/unpin_coverage
Unpin coverage package
2 parents 5372b9d + 3e7b18e commit bd38b98

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ markers =
6161

6262
[coverage:run]
6363
branch = True
64+
parallel = True
6465
source = sphinx
6566

6667
[coverage:report]

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description =
1010
py{35,36,37,38,39}: Run unit tests against {envname}.
1111
du{12,13,14}: Run unit tests with the given version of docutils.
1212
deps =
13-
coverage < 5.0 # refs: https://github.com/sphinx-doc/sphinx/pull/6924
1413
git+https://github.com/html5lib/html5lib-python ; python_version >= "3.9" # refs: https://github.com/html5lib/html5lib-python/issues/419
1514
du12: docutils==0.12
1615
du13: docutils==0.13.1

0 commit comments

Comments
 (0)