From 10e3d1500056f2d17907fa79e8012a08fc35010b Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Fri, 5 May 2023 14:33:24 +0100 Subject: Add 'check_requirements' to CI Sets oslo.utils lower bound to 4.7.0 to satisfy check_requirements. Change-Id: I8997cf26173d9c1ec4afd08df5bbaad303b23199 --- .zuul.yaml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index f18d0d8..b51695b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,6 +9,7 @@ - openstack-python3-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 + - check-requirements check: jobs: - ceilometermiddleware-integration diff --git a/requirements.txt b/requirements.txt index e716dc4..b3d53bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ oslo.config>=3.9.0 # Apache-2.0 oslo.messaging>=5.2.0 # Apache-2.0 -oslo.utils +oslo.utils>=4.7.0 # Apache-2.0 pbr>=1.6 # Apache-2.0 pycadf!=2.0.0,>=1.1.0 # Apache-2.0 six>=1.9.0 # MIT -- cgit v1.2.1