Drop lower-constraints job to unblock gate

Change-Id: I3b9bce933ddf3de3cc59d9e12106c442e10d993b
(cherry picked from commit 35f1367726)
This commit is contained in:
Douglas Mendizábal 2021-03-08 08:50:04 -06:00
parent 606ff8e77b
commit 6e0de74810
2 changed files with 1 additions and 2 deletions

View File

@ -149,7 +149,6 @@
templates: templates:
- check-requirements - check-requirements
- openstack-cover-jobs - openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs - openstack-python-jobs
- openstack-python3-train-jobs - openstack-python3-train-jobs
- publish-openstack-docs-pti - publish-openstack-docs-pti

View File

@ -19,7 +19,7 @@ python-keystoneclient>=3.8.0 # Apache-2.0
tempest>=17.1.0 # Apache-2.0 tempest>=17.1.0 # Apache-2.0
# Bandit build requirements # Bandit build requirements
bandit!=1.6.0,>=1.1.0 # Apache-2.0 bandit!=1.6.0,>=1.1.0,<1.7.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0
Pygments>=2.2.0 # BSD license Pygments>=2.2.0 # BSD license