Remove eventlet test, now that eventlet 0.9.10 has indeed been replaced by 0.9.12 per mtaylor
This commit is contained in:
@@ -107,8 +107,6 @@ class ApiEc2TestCase(test.BaseTestCase):
|
|||||||
def test_describe_instances(self):
|
def test_describe_instances(self):
|
||||||
"""Test that, after creating a user and a project, the describe
|
"""Test that, after creating a user and a project, the describe
|
||||||
instances call to the API works properly"""
|
instances call to the API works properly"""
|
||||||
import eventlet
|
|
||||||
raise KeyError(eventlet.__version__)
|
|
||||||
self.expect_http()
|
self.expect_http()
|
||||||
self.mox.ReplayAll()
|
self.mox.ReplayAll()
|
||||||
user = self.manager.create_user('fake', 'fake', 'fake')
|
user = self.manager.create_user('fake', 'fake', 'fake')
|
||||||
|
|||||||
Reference in New Issue
Block a user