Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 9876612

Browse files
author
JMSwag
committed
Force pytest cov version due to pytest-dev/pytest-cov#124
1 parent 25659e6 commit 9876612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdocs == 0.15.3
55
mkdocs-material
66
pytest
77
pytest-circleci
8-
pytest-cov
8+
pytest-cov==2.2.1
99
pytest-httpbin
1010
pytest-remove-stale-bytecode
1111
pytest-xdist

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commands =
1515
deps =
1616
pytest
1717
pytest-xdist
18-
pytest-cov
18+
pytest-cov==2.2.1
1919
pytest-httpbin
2020
pytest-remove-stale-bytecode
2121
-rrequirements.txt

0 commit comments

Comments
 (0)