Disable B303 bandit test

Change-Id: Ie2d308d271ef8c237ec855e16cc6efdb999ac33d
This commit is contained in:
Adrian Czarnecki 2018-08-22 13:21:15 +02:00
parent 13759f6225
commit 55b2ce0312
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ skip_install = True
usedevelop = False
commands =
# B101(assert_ussed) - API uses asserts because of performance reasons
bandit -r monasca_api -n5 -s B101 -x monasca_api/tests
# B303 - Fingerprint class uses SHA1 to map fingerprints to alembic revisions.
bandit -r monasca_api -n5 -s B101,B303 -x monasca_api/tests
[testenv:bashate]
basepython = python3