summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMatthias Runge <mrunge@redhat.com>2021-04-12 14:11:26 +0200
committerMatthias Runge <mrunge@redhat.com>2021-04-26 06:56:28 +0000
commit26f5ceca03322978421fe05ebf9d01c9e63a8837 (patch)
tree05fd62a5a5e3409a58c14265e659503c086cd8a8 /requirements.txt
parent7ced36dc2d577d9ddaae21d4563af6ef8a327fd9 (diff)
downloadceilometer-26f5ceca03322978421fe05ebf9d01c9e63a8837.tar.gz
Use tox constraints instead of upper constraints
Drop cap on tenacity, since it is already capped by upper constraints. Make grenade jobs non-voting, until they have been fixed. Depends-on: https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/787739 Change-Id: Ie21f8db89fc2045fd6cc6b1b7a5886b7e87e08e2
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index b640c6a6..3713e08b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -31,7 +31,7 @@ python-cinderclient>=3.3.0 # Apache-2.0
PyYAML>=5.1 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
-tenacity>=4.12.0,<7.0.0 # Apache-2.0
+tenacity>=4.12.0 # Apache-2.0
tooz[zake]>=1.47.0 # Apache-2.0
os-xenapi>=0.3.3 # Apache-2.0
oslo.cache>=1.26.0 # Apache-2.0