diff options
author | hongyuzhao <zhao.hongyu@zte.com.cn> | 2020-01-04 16:50:10 +0800 |
---|---|---|
committer | hongyuzhao <zhao.hongyu@zte.com.cn> | 2020-01-04 16:50:27 +0800 |
commit | 0070cd58babe53c32806d60e75ef6bb3273de766 (patch) | |
tree | 3da2e10490068342003c03c43fb22db740161cc1 | |
parent | e6b7bfd7b8fded558dd626e5216040f2ac9c8963 (diff) |
Limit the version of the coverage package tox.ini depends on
Change-Id: I5144434e9f801f268fb18d24723f1fc39a6390cd
Issue-ID: VFC-1597
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
-rw-r--r-- | res/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/tox.ini b/res/tox.ini index 13e2837..9863e7a 100644 --- a/res/tox.ini +++ b/res/tox.ini @@ -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 |