summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2018-08-16 19:59:56 +0100
committerErno Kuvaja <jokke@usr.fi>2018-08-16 19:59:56 +0100
commit0b23b4f229344827db39edecb2518705d7a47ffe (patch)
tree6c7fdb9a682fba6975f0835118c1da54f550cd6f /tox.ini
parent5b09ab7472c2c4a3d73311e30c1a6bb4e696f201 (diff)
downloadglance_store-0b23b4f229344827db39edecb2518705d7a47ffe.tar.gz
remove bandit from testing
Change-Id: Ib9f7b9976382535aea946912b0e8b0ab32189b21
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 0 insertions, 15 deletions
diff --git a/tox.ini b/tox.ini
index 80855ae..ced24aa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,23 +28,8 @@ basepython = python3
commands =
flake8 {posargs}
# Run security linter
- # The following bandit tests are being skipped:
- # B101 - Use of assert detected.
- # B110 - Try, Except, Pass detected.
- # B303 - Use of insecure MD2, MD4, or MD5 hash function.
- bandit -r glance_store -x tests --skip B101,B110,B303
doc8 {posargs}
-[testenv:bandit]
-basepython = python3
-# NOTE(browne): This is required for the integration test job of the bandit
-# project. Please do not remove.
-# The following bandit tests are being skipped:
-# B101 - Use of assert detected.
-# B110 - Try, Except, Pass detected.
-# B303 - Use of insecure MD2, MD4, or MD5 hash function.
-commands = bandit -r glance_store -x tests --skip B101,B110,B303
-
[testenv:cover]
basepython = python3
setenv =