Browse Source

[desktop] Bump coverage version to fix Python 2.7 bug

This fixes this bug on Python 2.7:

https://bitbucket.org/ned/coveragepy/issues/78/coverage-breaks-on-python-27
Erick Tryzelaar 10 năm trước cách đây
mục cha
commit
871ce1dceb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      desktop/devtools.mk

+ 1 - 1
desktop/devtools.mk

@@ -22,7 +22,7 @@ DEVTOOLS += \
 	ipdb[0.1dev-r1716] \
 	ipython[0.10] \
 	nose[0.11.3] \
-	coverage[3.2] \
+	coverage[3.7.1] \
 	nosetty[0.4] \
 	werkzeug[0.6] \
 	windmill[1.3]