summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-01-18 21:55:19 +0100
committerAndreas Jaeger <aj@suse.com>2016-01-18 21:59:09 +0100
commit75cde65e7a0bcc9d9b138373ff9a121024be772b (patch)
tree0114c28df8bb6d812b87c67c2e2ba6dbe65855da /tox.ini
parent0a0419d2b8a5580fbdce9a673b132af5fa0c4d57 (diff)
downloadpython-keystoneclient-75cde65e7a0bcc9d9b138373ff9a121024be772b.tar.gz
Remove bandit tox environment
bandit is now part of linters environment, remove it from tox.ini. Depends-On: I67ebec070cd0804d310534712a3a3f382df7e48f Change-Id: Ie59ee56f15a857926eef4a7b466637686e116b07
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 84626ca..5cf91d6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,10 +41,6 @@ commands = oslo_debug_helper -t keystoneclient/tests {posargs}
setenv = OS_TEST_PATH=./keystoneclient/tests/functional
passenv = OS_*
-[testenv:bandit]
-deps = -r{toxinidir}/test-requirements.txt
-commands = bandit -c bandit.yaml -r keystoneclient -n5 -p keystone_conservative
-
[flake8]
# H405: multi line docstring summary not separated with an empty line
# D100: Missing docstring in public module