diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-10-25 16:03:42 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-10-25 16:15:23 +0800 |
commit | 2a138a6604bee099ea9e2f698c36a7260957aa78 (patch) | |
tree | 5acaf1a829db1120bbe8d90c9f19feba31595a18 /tox.ini | |
parent | 49723a6d6cecbbb4812f377e19bc924c138d1831 (diff) |
Fix catalog parse ns bug
Change-Id: I66235fa0796942c0011bd6525e9f0629cbf9263d
Issue-ID: VFC-553
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501 +ignore = E501,E722 exclude = ./venv-tox,./.tox [testenv] |