Skip to content

Commit 6385d64

Browse files
author
Dean Troyer
committed
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] PyCQA/bandit#488 [1] PyCQA/bandit#489 Change-Id: I110829ef960e3ee146f47871ef076491244bf4fa Signed-off-by: Dean Troyer <dtroyer@gmail.com>
1 parent ba66cdf commit 6385d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stestr>=1.0.0 # Apache-2.0
1616
testtools>=2.2.0 # MIT
1717
tempest>=17.1.0 # Apache-2.0
1818
osprofiler>=1.4.0 # Apache-2.0
19-
bandit>=1.1.0 # Apache-2.0
19+
bandit!=1.6.0,>=1.1.0 # Apache-2.0
2020
wrapt>=1.7.0 # BSD License
2121

2222
# Install these to generate sphinx autodocs

0 commit comments

Comments
 (0)