##// END OF EJS Templates
fix pyzmq version check for testing IPython.parallel
MinRK -
Show More
@@ -104,7 +104,7 b" have['curses'] = test_for('_curses')"
104 104 have['wx'] = test_for('wx')
105 105 have['wx.aui'] = test_for('wx.aui')
106 106 have['pexpect'] = test_for('pexpect')
107 have['zmq'] = test_for('zmq', '2.0.10')
107 have['zmq'] = test_for('zmq', '2.1.4')
108 108 have['pymongo'] = test_for('pymongo')
109 109
110 110 #-----------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now