summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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 =