Add 'check_requirements' job to CI

Drops tenacity cap to align with global requirements.

Change-Id: Id3fbbc1844c0c94042c89544c10070176798263a
This commit is contained in:
Erno Kuvaja
2023-05-05 14:00:21 +01:00
parent da679054bd
commit 7cad2dc839
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
- publish-openstack-docs-pti
- periodic-stable-jobs
- release-notes-jobs-python3
- check-requirements
check:
jobs:
- grenade-ceilometer

View File

@@ -34,7 +34,7 @@ python-cinderclient>=3.3.0 # Apache-2.0
PyYAML>=5.1 # MIT
requests>=2.25.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
tenacity>=6.3.1,<7.0.0 # Apache-2.0
tenacity>=6.3.1 # Apache-2.0
tooz[zake]>=1.47.0 # Apache-2.0
oslo.cache>=1.26.0 # Apache-2.0
gnocchiclient>=7.0.0 # Apache-2.0