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 aa24ec9d42
1 changed files with 1 additions and 1 deletions

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