##// END OF EJS Templates
fix callback testing for pyzmq version_info
MinRK -
Show More
@@ -169,7 +169,7 b" have['azure'] = test_for('azure')"
169
169
170 min_zmq = (2,1,11)
170 min_zmq = (2,1,11)
171
171
172 have['zmq'] = test_for('zmq.pyzmq_version_info', min_zmq)
172 have['zmq'] = test_for('zmq.pyzmq_version_info', min_zmq, callback=lambda x: x())
173
173
174 #-----------------------------------------------------------------------------
174 #-----------------------------------------------------------------------------
175 # Functions and classes
175 # Functions and classes
General Comments 0
You need to be logged in to leave comments. Login now