diff options
author | hongyuzhao <zhao.hongyu@zte.com.cn> | 2019-12-19 15:00:04 +0800 |
---|---|---|
committer | hongyuzhao <zhao.hongyu@zte.com.cn> | 2020-01-04 11:34:38 +0800 |
commit | 19699104d4cacbf4eb0202aecbe4fcf377bcc157 (patch) | |
tree | 390b6ea685eb44a0adb307c9047d04bc5145deba /tox.ini | |
parent | 975f35644dca14ce3768187a2e3c8675273f8d44 (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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,5 +23,5 @@ commands = {[testenv]commands} [testenv:cov] -deps = coverage +deps = coverage==4.2 commands = coverage xml --omit="*test_*,*__init__.py,*site-packages*" |