diff options
author | 2019-12-19 15:16:02 +0800 | |
---|---|---|
committer | 2020-01-04 11:31:14 +0800 | |
commit | 5464ccb452d84a89ed70e056439c73cd7da0e31d (patch) | |
tree | 2213b7a8e1db539c65584854fc286734706a0209 /lcm/tox.ini | |
parent | 3ee9298ba721307c226d0f9af8d36a1dc982d226 (diff) |
Fix bug for deleting subscription in ns termination
Change-Id: I47bb40a5275c36c189cf6f8bf57a1bf6ec1f84b5
Issue-ID: VFC-1594
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'lcm/tox.ini')
-rw-r--r-- | lcm/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/tox.ini b/lcm/tox.ini index 54f7ae87..6f61451f 100644 --- a/lcm/tox.ini +++ b/lcm/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*" |