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:
Ben Nemec 2018-04-09 17:31:43 +00:00
parent 94bc9ceef1
commit 55e0fd8f71
1 changed files with 1 additions and 1 deletions

View File

@ -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