Limit the version of the coverage package tox.ini depends on 04/100004/1
authorhongyuzhao <zhao.hongyu@zte.com.cn>
Sat, 4 Jan 2020 08:50:10 +0000 (16:50 +0800)
committerhongyuzhao <zhao.hongyu@zte.com.cn>
Sat, 4 Jan 2020 08:50:27 +0000 (16:50 +0800)
Change-Id: I5144434e9f801f268fb18d24723f1fc39a6390cd
Issue-ID: VFC-1597
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
res/tox.ini

index 13e2837..9863e7a 100644 (file)
@@ -23,5 +23,5 @@ commands =
   {[testenv]commands}
 
 [testenv:cov]
-deps = coverage
+deps = coverage==4.2
 commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"
\ No newline at end of file