Skip to content

Commit 447c74a

Browse files
author
Kartik Raj
authored
Only install bandit for python>=3.5 (#14906)
1 parent 9d0d851 commit 447c74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# but flake8 has a tighter pinning.
33
flake8
44
autopep8
5-
bandit
5+
bandit ; python_version >= '3.5'
66
black ; python_version > '2.7'
77
yapf
88
pylint

0 commit comments

Comments
 (0)