Skip to content

Commit

Permalink
Pin coverage at 6.2 for the moment nedbat/coveragepy#1310
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Jan 25, 2022
1 parent 8e077cb commit ccd86ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements_dev.txt
Expand Up @@ -5,3 +5,6 @@ pytest-cov>=3.0.0,<4.0.0
pycodestyle>=2.8.0,<3.0.0
bump2version>=1.0.1,<1.1.0
pytest-xdist>=2.4.0,<3.0.0
# Remporary until https://github.com/nedbat/coveragepy/issues/1310 is resolved.
coverage>=6.2,<6.3

1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -127,6 +127,7 @@ def run(self):
'pycodestyle>=2.8.0,<3.0.0',
'bump2version>=1.0.1,<1.1.0',
'pytest-xdist>=2.4.0,<3.0.0',
'coverage>=6.2,<6.3',
],
},

Expand Down

0 comments on commit ccd86ea

Please sign in to comment.