Remove eventlet cap
This is preventing any testing of projects with the new eventlet because it causes a requirements conflict. We need to first remove the cap in oslo.service in order to move forward with this process. Change-Id: I1cbd25041981b68a3b2573162cba2f5ea4cb6f85
This commit is contained in:
parent
94bc9ceef1
commit
55e0fd8f71
@ -3,7 +3,7 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
WebOb>=1.7.1 # MIT
|
||||
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
|
||||
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|
||||
greenlet>=0.4.10 # MIT
|
||||
monotonic>=0.6 # Apache-2.0
|
||||
oslo.utils>=3.33.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user