mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #25086 from cachedout/revert_zmq_test
Revert zmq test experiment
This commit is contained in:
commit
8d68778c0d
@ -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__':
|
||||
|
Loading…
Reference in New Issue
Block a user