Merge pull request #25086 from cachedout/revert_zmq_test

Revert zmq test experiment
This commit is contained in:
Mike Place 2015-06-30 14:38:57 -06:00
commit 8d68778c0d

View File

@ -187,7 +187,7 @@ class AsyncPubChannelTest(BaseZMQPubCase, PubChannelMixin):
Tests around the publish system
'''
def get_new_ioloop(self):
return zmq.eventloop.ioloop.ZMQIOLoop().instance()
return zmq.eventloop.ioloop.ZMQIOLoop()
if __name__ == '__main__':