Skip to content

Commit d453109

Browse files
committed
Fix coverage dependency issue
1 parent b5decfd commit d453109

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ future>=0.16.0
33
requests>=2.13.0
44
mock>=2.0.0
55
requests_oauthlib>=1.0.0
6+
coverage==4.0.3
67
python-coveralls>=2.9.0
78
pytest>=3.8.0
8-
pytest-cov<2.6.0
9+
pytest-cov==2.5.0
910
six>=1.10.0
1011
enum34>=1.1.5
1112

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
'requests>=2.13.0',
3636
'mock>=2.0.0',
3737
'requests_oauthlib>=1.0.0',
38+
'coverage==4.0.3',
3839
'python-coveralls>=2.9.0',
3940
'pytest>=3.8.0',
40-
'pytest-cov<2.6.0',
41+
'pytest-cov==2.5.0',
4142
'six>=1.10.0',
4243
'enum34>=1.1.5',
4344
],

0 commit comments

Comments
 (0)