summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorGage Hugo <gagehugo@gmail.com>2019-05-16 11:06:44 -0500
committerGage Hugo <gagehugo@gmail.com>2019-05-20 11:26:34 -0500
commite93d078958047ebc15159224e2068acdd8e6b768 (patch)
treee9b5b67a257e86cb199988e5a12c1b9eb1430d06 /test-requirements.txt
parent3e4097128d29de8e0a5ba2843ae74a9a63b30ac0 (diff)
downloadkeystonemiddleware-e93d078958047ebc15159224e2068acdd8e6b768.tar.gz
Blacklist bandit 1.6.0 & cap sphinx for 2.7
The latest version of bandit has broken directory exclusion, so multiple test files are getting flagged. This change blocks version 1.6.0 while this issue is fixed for 1.6.1. This change also caps sphinx at <2.0.0 for python version 2.7. Change-Id: I5d32d835886360522af21f735c74b2f85036f7f1
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 37d5c37..6ca0c43 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -20,4 +20,4 @@ WebTest>=2.0.27 # MIT
oslo.messaging>=5.29.0 # Apache-2.0
# Bandit security code scanner
-bandit>=1.1.0 # Apache-2.0
+bandit!=1.6.0,>=1.1.0 # Apache-2.0