Skip to content

Commit 0e9ee3f

Browse files
committed
fix(tests): bump coverage library dependency to fix Python 3.8+
Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
1 parent 84a45d1 commit 0e9ee3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ exclude =
3939

4040
[options.extras_require]
4141
dev =
42-
coverage==3.7.1
42+
coverage>=5.0.3
4343
mock==1.0.1
4444
nose==1.3.3
4545
yanc==0.2.4
@@ -48,7 +48,7 @@ dev =
4848
setuptools>=30.3.0
4949
wheel
5050
test =
51-
coverage==3.7.1
51+
coverage>=5.0.3
5252
mock==1.0.1
5353
nose==1.3.3
5454
yanc==0.2.4

0 commit comments

Comments
 (0)