Skip to content

Commit ccd86ea

Browse files
committed
Pin coverage at 6.2 for the moment nedbat/coveragepy#1310
1 parent 8e077cb commit ccd86ea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

requirements_dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ pytest-cov>=3.0.0,<4.0.0
55
pycodestyle>=2.8.0,<3.0.0
66
bump2version>=1.0.1,<1.1.0
77
pytest-xdist>=2.4.0,<3.0.0
8+
# Remporary until https://github.com/nedbat/coveragepy/issues/1310 is resolved.
9+
coverage>=6.2,<6.3
10+

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def run(self):
127127
'pycodestyle>=2.8.0,<3.0.0',
128128
'bump2version>=1.0.1,<1.1.0',
129129
'pytest-xdist>=2.4.0,<3.0.0',
130+
'coverage>=6.2,<6.3',
130131
],
131132
},
132133

0 commit comments

Comments
 (0)