aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2019-12-19 15:00:04 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2020-01-04 11:34:38 +0800
commit19699104d4cacbf4eb0202aecbe4fcf377bcc157 (patch)
tree390b6ea685eb44a0adb307c9047d04bc5145deba /tox.ini
parent975f35644dca14ce3768187a2e3c8675273f8d44 (diff)
Fix bug for delete subscription in ns termination
Change-Id: I4a0b90c6947a99a120fa6aa3a28482cf4fc981e2 Issue-ID: VFC-1594 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cd624430..fb27ec5a 100644
--- a/tox.ini
+++ b/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*"