From 26f5ceca03322978421fe05ebf9d01c9e63a8837 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Mon, 12 Apr 2021 14:11:26 +0200 Subject: 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') 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 -- cgit v1.2.1