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: Ibec126bba7991f22611b476449e760d4faf5b8e8
This commit is contained in:
whoami-rajat 2019-09-10 12:52:17 +05:30 committed by Rajat Dhasmana
parent 3068f55d05
commit 848f994b77
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
six>=1.10.0 # MIT
pyparsing>=2.1.0 # MIT
voluptuous>=0.8.9 # BSD License
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT
monasca-common>=2.7.0 # Apache-2.0
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT