Skip to content

Commit c2ce4b0

Browse files
authored
Merge pull request #838 from python-cmd2/coverage_version
Set max version restriction for coverage dependency
2 parents 6a1ec96 + 54ea40a commit c2ce4b0

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
@@ -39,7 +39,7 @@
3939
# Extra dependencies for running unit tests
4040
'test': ["gnureadline; sys_platform=='darwin'", # include gnureadline on macOS to ensure it is available in tox env
4141
"mock ; python_version<'3.6'", # for python 3.5 we need the third party mock module
42-
'codecov', 'pytest', 'pytest-cov', 'pytest-mock'],
42+
'codecov', 'pytest', 'pytest-cov', 'pytest-mock', 'coverage < 5.0'],
4343
# development only dependencies: install with 'pip install -e .[dev]'
4444
'dev': ["mock ; python_version<'3.6'", # for python 3.5 we need the third party mock module
4545
'pytest', 'codecov', 'pytest-cov', 'pytest-mock', 'tox', 'flake8',

0 commit comments

Comments
 (0)