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
This commit is contained in:
Eric Fried
2019-08-22 12:52:24 -05:00
parent 9dcdbd62db
commit fb6baea867

View File

@@ -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