diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-10-28 15:19:33 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-10-28 15:50:39 +0800 |
commit | 2c57fdc3462fb59fd2643faade6355e278bfc014 (patch) | |
tree | b230eee4ac7e1a6157e17ca27eca5eda0ee1a66e /tox.ini | |
parent | 33e2dbde71544baad683d5240cda3e7b32bc5795 (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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip [flake8] ignore = E501,E722 -exclude = ./venv-tox,./.tox +exclude = ./venv-tox,./.tox,./venv max-complexity = 27 [testenv] |