summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2023-05-05 14:33:24 +0100
committerErno Kuvaja <jokke@usr.fi>2023-05-05 14:59:19 +0100
commit10e3d1500056f2d17907fa79e8012a08fc35010b (patch)
tree9032bad605b4a4f3171c6eba484c27b00d1a9d40
parentfecef0bd8429066c1b7d6c57cea5a2e3f98dbdfb (diff)
downloadceilometermiddleware-master.tar.gz
Add 'check_requirements' to CIHEADmaster
Sets oslo.utils lower bound to 4.7.0 to satisfy check_requirements. Change-Id: I8997cf26173d9c1ec4afd08df5bbaad303b23199
-rw-r--r--.zuul.yaml1
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 1 deletions
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