##// END OF EJS Templates
update test requirements for IPython.html
MinRK -
Show More
@@ -141,11 +141,12 b" have['rpy2'] = test_for('rpy2')"
141 have['sqlite3'] = test_for('sqlite3')
141 have['sqlite3'] = test_for('sqlite3')
142 have['cython'] = test_for('Cython')
142 have['cython'] = test_for('Cython')
143 have['oct2py'] = test_for('oct2py')
143 have['oct2py'] = test_for('oct2py')
144 have['tornado'] = test_for('tornado.version_info', (2,1,0), callback=None)
144 have['tornado'] = test_for('tornado.version_info', (3,1,0), callback=None)
145 have['jinja2'] = test_for('jinja2')
145 have['jinja2'] = test_for('jinja2')
146 have['wx'] = test_for('wx')
146 have['wx'] = test_for('wx')
147 have['wx.aui'] = test_for('wx.aui')
147 have['wx.aui'] = test_for('wx.aui')
148 have['azure'] = test_for('azure')
148 have['azure'] = test_for('azure')
149 have['requests'] = test_for('requests')
149 have['sphinx'] = test_for('sphinx')
150 have['sphinx'] = test_for('sphinx')
150
151
151 min_zmq = (2,1,11)
152 min_zmq = (2,1,11)
@@ -270,7 +271,7 b" test_sections['qt'].requires('zmq', 'qt', 'pygments')"
270
271
271 # html:
272 # html:
272 sec = test_sections['html']
273 sec = test_sections['html']
273 sec.requires('zmq', 'tornado')
274 sec.requires('zmq', 'tornado', 'requests')
274 # The notebook 'static' directory contains JS, css and other
275 # The notebook 'static' directory contains JS, css and other
275 # files for web serving. Occasionally projects may put a .py
276 # files for web serving. Occasionally projects may put a .py
276 # file in there (MathJax ships a conf.py), so we might as
277 # file in there (MathJax ships a conf.py), so we might as
General Comments 0
You need to be logged in to leave comments. Login now