Merge pull request #25082 from cachedout/zmq_test

Change pub test to return global ioloop instance
This commit is contained in:
Mike Place 2015-06-30 13:38:59 -06:00
commit 52bad5fced

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()
return zmq.eventloop.ioloop.ZMQIOLoop().instance()
if __name__ == '__main__':