Remove eventlet test, now that eventlet 0.9.10 has indeed been replaced by 0.9.12 per mtaylor

This commit is contained in:
Michael Gundlach
2010-09-21 15:00:43 -04:00
parent de20f147e4
commit 56b91d5a17

View File

@@ -107,8 +107,6 @@ class ApiEc2TestCase(test.BaseTestCase):
def test_describe_instances(self):
"""Test that, after creating a user and a project, the describe
instances call to the API works properly"""
import eventlet
raise KeyError(eventlet.__version__)
self.expect_http()
self.mox.ReplayAll()
user = self.manager.create_user('fake', 'fake', 'fake')