8000 limit coverage < 5.1 · astrofrog/sphinx-automodapi@8c8f061 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c8f061

Browse files
committed
limit coverage < 5.1
1 parent 4be727f commit 8c8f061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
versionSpec: '3.7'
4141
architecture: 'x64'
4242

43-
- script: pip install tox coverage
43+
- script: pip install tox coverage<5.1
4444
displayName: Installing tox and coverage
4545

4646
- script: tox

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test =
2828
pytest-cov
2929
cython
3030
codecov
31-
coverage
31+
coverage < 5.1
3232

3333
[options.package_data]
3434
sphinx_automodapi = templates/*/*.rst

0 commit comments

Comments
 (0)
0