Martin Blanchard pushed to branch mablanch/127-unpin-coverage-dependency at BuildGrid / buildgrid
Commits:
-
158760b1
by Martin Blanchard at 2018-10-29T17:13:26Z
1 changed file:
Changes:
... | ... | @@ -86,7 +86,7 @@ def get_cmdclass(): |
86 | 86 |
return cmdclass
|
87 | 87 |
|
88 | 88 |
tests_require = [
|
89 |
- 'coverage == 4.4.0',
|
|
89 |
+ 'coverage >= 4.5.0',
|
|
90 | 90 |
'moto',
|
91 | 91 |
'pep8',
|
92 | 92 |
'psutil',
|