From fb6baea86732ad4d73f6734cd1db5495aeff99ce Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Thu, 22 Aug 2019 12:52:24 -0500 Subject: [PATCH] Blacklist eventlet 0.25.0 The related bug was fixed in eventlet 0.25.1, so we can now uncap kombu, reverting [1], and instead blacklist eventlet 0.25.0. The latter must be done first, which is what this commit does. [1] https://review.opendev.org/#/c/677070/ Change-Id: I39ed2c57015fcd291868e20fe2f3b657aa8f4eb3 Related-Bug: #1840551 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 7c72b86f69..d0c4bdf24f 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -58,7 +58,7 @@ elasticsearch<3.0.0 # Apache-2.0 enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD # NOTE: New versions of eventlet should not be accepted lightly # as they have earned a reputation of frequently breaking things. -eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0 # MIT +eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0 # MIT exabgp!=4.0.6 # BSD extras # MIT faker # MIT