diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-01-21 16:26:12 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2020-01-21 08:28:46 +0000 |
commit | debc716923199fc0dd4c4e6802c3e468927f9895 (patch) | |
tree | 5dd4455373144c4604ed36609a3d7675ca1d95a4 /zte | |
parent | 782bb36fd1da37fe8ec6f3baaee4a58cc6b3aae2 (diff) |
Fix textenv cov error
Change-Id: I2bc6d4cec4875e4599e922b49528aa33f73c5540
Issue-ID: VFC-1595
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'zte')
-rw-r--r-- | zte/vmanager/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zte/vmanager/tox.ini b/zte/vmanager/tox.ini index 354b12d2..4d9d5652 100644 --- a/zte/vmanager/tox.ini +++ b/zte/vmanager/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 |