Revert zmq test experiment

This commit is contained in:
Mike Place 2015-06-30 14:38:31 -06:00
parent 639ca1b5b7
commit 69b9f1781c

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__':