Prevent installation of known-broken eventlet
See https://github.com/eventlet/eventlet/pull/890 It's a relatively minor breakage, triggered by clients hitting a funny corner of the HTTP spec, but it does prevent our unit tests from passing and may surprise some clients. Change-Id: Id29ba545e4ac7887c63fa62b75469988a2c6773c
This commit is contained in:
parent
1d9ab5d0a8
commit
0d60af2508
@ -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.25.0 # MIT
|
||||
eventlet>=0.25.0,!=0.34.3 # MIT
|
||||
greenlet>=0.3.2
|
||||
PasteDeploy>=2.0.0
|
||||
lxml>=3.4.1
|
||||
|
Loading…
Reference in New Issue
Block a user