summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2019-05-09 16:47:41 -0500
committerDean Troyer <dtroyer@gmail.com>2019-05-09 16:47:46 -0500
commit6385d64237c9973dd4c7dd53efb6664ea2c719da (patch)
treeac6bd59065d4676b8e964694c93d08a0e9dae6a3 /test-requirements.txt
parentba66cdfcfac323ada3c2689bed001fc9c1a2869d (diff)
downloadpython-openstackclient-6385d64237c9973dd4c7dd53efb6664ea2c719da.tar.gz
Blacklist Bandit 1.6.0 due to directory exclusion bug
Bandit 1.6.0 introduces a regression[0] with the -x option, a fix is expected to be included in 1.6.1 soon. [0] https://github.com/PyCQA/bandit/issues/488 [1] https://github.com/PyCQA/bandit/pull/489 Change-Id: I110829ef960e3ee146f47871ef076491244bf4fa Signed-off-by: Dean Troyer <dtroyer@gmail.com>
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 8ec69331..4cb66cfd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16,7 +16,7 @@ stestr>=1.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
tempest>=17.1.0 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit!=1.6.0,>=1.1.0 # Apache-2.0
wrapt>=1.7.0 # BSD License
# Install these to generate sphinx autodocs