aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2020-10-28 15:19:33 +0800
committerdyh <dengyuanhong@chinamobile.com>2020-10-28 15:50:39 +0800
commit2c57fdc3462fb59fd2643faade6355e278bfc014 (patch)
treeb230eee4ac7e1a6157e17ca27eca5eda0ee1a66e /tox.ini
parent33e2dbde71544baad683d5240cda3e7b32bc5795 (diff)
Don't write information to resmanagement
Change-Id: I9f866be27166b0c6154d9fe1649398f61de2a5de Issue-ID: VFC-1762 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
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 fb27ec5a..8bb8cad5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip
[flake8]
ignore = E501,E722
-exclude = ./venv-tox,./.tox
+exclude = ./venv-tox,./.tox,./venv
max-complexity = 27
[testenv]