summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/tox.ini
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2019-12-20 15:48:38 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2020-01-04 11:17:29 +0800
commit804d2a0b9a1429077a70a9084a669ae1e95143aa (patch)
treee7722e0b13a0307e32475b46215885e4353ae2ff /gvnfmadapter/tox.ini
parent1e500889ed324943b66ece684ee70d4e4af0cf2d (diff)
Add test cases for subscription
Change-Id: I701a8a7003c921314f8b7764e62487402ef4a3a7 Issue-ID: VFC-1594 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/tox.ini')
-rw-r--r--gvnfmadapter/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/tox.ini b/gvnfmadapter/tox.ini
index ddc0f37..1c9a309 100644
--- a/gvnfmadapter/tox.ini
+++ b/gvnfmadapter/tox.ini
@@ -20,5 +20,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