From 7cad2dc839f6312f4b1a8762b21f090576c4a8f6 Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Fri, 5 May 2023 14:00:21 +0100 Subject: Add 'check_requirements' job to CI Drops tenacity cap to align with global requirements. Change-Id: Id3fbbc1844c0c94042c89544c10070176798263a --- .zuul.yaml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index e01941ee..67355a96 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -34,6 +34,7 @@ - publish-openstack-docs-pti - periodic-stable-jobs - release-notes-jobs-python3 + - check-requirements check: jobs: - grenade-ceilometer diff --git a/requirements.txt b/requirements.txt index 2a58eda8..7f30830f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 -- cgit v1.2.1