Skip to content

Commit 87e4468

Browse files
authored
Set pytest-cov to >=2.6.1,<3 (#294)
1 parent 677288b commit 87e4468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_git_commit_datetime() -> str:
102102
'mypy>=0.710,<0.8',
103103
'pydocstyle==3.0.0',
104104
'pylint==2.3.1',
105-
'pytest-cov==2.6.1',
105+
'pytest-cov>=2.6.1,<3',
106106
'pytest-sugar>=0.9.2,<0.10',
107107
'pytest-timeout>=1.3.3,<1.4',
108108
'pytest>=5.1.2,<6',

0 commit comments

Comments
 (0)