Skip to content

Commit a3a10cb

Browse files
committed
tests: Upgrade coverage dependency
1 parent 7d79c56 commit a3a10cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
psutil==5.4.8
2-
coverage==4.5.1
2+
coverage==5.5; python_version < '3.7'
3+
coverage==6.4.4; python_version >= '3.7'
34
Django==1.6.11 # Last version supporting 2.6.
45
faulthandler==3.2; python_version < '3.3'
56
mock==2.0.0

0 commit comments

Comments
 (0)