mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert zmq test experiment
This commit is contained in:
parent
639ca1b5b7
commit
69b9f1781c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue