Merge "Add qpid-python to test-requires"

This commit is contained in:
Jenkins 2013-05-31 22:18:28 +00:00 committed by Gerrit Code Review
commit 1797d833b8
2 changed files with 3 additions and 8 deletions

View File

@ -18,11 +18,8 @@
import datetime
import kombu.entity
import mox
try:
import qpid
import qpid.messaging
except ImportError:
qpid = None
import qpid
import qpid.messaging
import stubout
from glance.common import exception
@ -322,9 +319,6 @@ class TestQpidNotifier(utils.BaseTestCase):
def setUp(self):
super(TestQpidNotifier, self).setUp()
if not qpid:
self.skipTest("qpid not installed")
self.mocker = mox.Mox()
self.mock_connection = None

View File

@ -26,4 +26,5 @@ testtools>=0.9.22
MySQL-python
psycopg2
pysendfile==2.0.0
qpid-python
xattr>=0.6.0