fix bandit env

This commit is contained in:
Tomas Kopecek 2022-01-03 10:31:54 +01:00
parent 4d9f9f2482
commit 5db5fd8b03

View file

@ -75,6 +75,9 @@ commands =
{[testenv:py2]commands}
[testenv:bandit]
# These two lines just speed things up by avoiding unnecessary setup
skip_install=true
usedevelop=true
# B108 - Insecure usage of temp - we're very often handling it in non-standard way
# (temp inside mock, etc)
# B608 - hardcoded SQL - not everything is turned into Processors