From 5db5fd8b03120d29d5a7109baca01c073d8523e2 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jan 03 2022 09:31:54 +0000 Subject: fix bandit env --- diff --git a/tox.ini b/tox.ini index ca24388..a498aff 100644 --- a/tox.ini +++ b/tox.ini @@ -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