diff --git a/.zuul.yaml b/.zuul.yaml index eb120ebf80..d4181a4a9e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -309,7 +309,6 @@ - project: templates: - openstack-cover-jobs - - openstack-lower-constraints-jobs - openstack-python-jobs - openstack-python3-train-jobs - check-requirements @@ -321,7 +320,6 @@ - magnum-functional-api-python2 - openstack-tox-cover: voting: false - - magnum-container-build gate: queue: magnum jobs: diff --git a/test-requirements.txt b/test-requirements.txt index d966d21fa1..1102a0ddba 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ # Despite above warning added by global sync process, please use # ascii betical order. -bandit!=1.6.0,>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<=1.6.2 # Apache-2.0 bashate>=0.5.1 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0