Fix failing py27 zuul jobs in cgtsclient
bandit 1.6.3 was released on Dec 6, and dropped py2 support. This meant that any py2 tox / zuul job that tried to install bandit would fail. cgtsclient does not use bandit, so removing it altogether. Change-Id: I14fb9e61796401a4903998ace941341bc4dcd95d Closes-Bug: #1907125 Signed-off-by: albailey <Al.Bailey@windriver.com>
This commit is contained in:
parent
473e55b494
commit
5d0a5d0132
@ -6,7 +6,6 @@
|
||||
flake8<3.8.0
|
||||
pycodestyle<2.6.0 # MIT License
|
||||
hacking>=1.1.0,<=2.0.0 # Apache-2.0
|
||||
bandit>=1.1.0 # Apache-2.0
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
mock>=2.0 # BSD
|
||||
|
Loading…
Reference in New Issue
Block a user