diff --git a/.zuul.yaml b/.zuul.yaml index 612facb9..913463c5 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,15 +1,7 @@ - project: templates: - check-requirements - - openstack-lower-constraints-jobs - openstack-python-jobs - openstack-python3-train-jobs - publish-openstack-docs-pti - check: - jobs: - - build-openstack-releasenotes - - openstack-tox-cover: - voting: false - gate: - jobs: - - build-openstack-releasenotes + - release-notes-jobs-python3 diff --git a/test-requirements.txt b/test-requirements.txt index 49dfa5cd..4aabe8a9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -bandit!=1.6.0,>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<=1.6.2 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD python-openstackclient>=3.12.0 # Apache-2.0