Blacklist eventlet 0.23.0, 0.25.0

Kombu 4.6.4 causes issues with eventlet 0.23.0 and 0.25.0[1].
Due to an upper-constraint version bump, we're seeing failures
on openstack gate.
This patch fixes the issue.

[1] https://review.opendev.org/#/c/678078

Change-Id: Iad5c736e3fc817c0cca1f142dbba71ef7e594cef
This commit is contained in:
whoami-rajat 2019-09-10 12:12:33 +05:30 committed by Rajat Dhasmana
parent 25e36d4a71
commit 5c9e2c4cdc
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ docutils==0.14
dogpile.cache==0.6.5
dulwich==0.19.0
enum-compat==0.0.2
eventlet==0.18.2
eventlet==0.22.0
extras==1.0.0
fasteners==0.14.1
fixtures==3.0.0

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
eventlet!=0.23.0,!=0.25.0,>=0.22.0 # MIT
jsonschema>=2.6.0 # MIT
PuLP>=1.4.1 # MIT
keystoneauth1>=3.4.0 # Apache-2.0