##// END OF EJS Templates
remove kernel tests
Min RK -
Show More
@@ -145,7 +145,7 b" have['zmq'] = test_for('zmq.pyzmq_version_info', min_zmq, callback=lambda x: x()"
145 145 # Test suite definitions
146 146 #-----------------------------------------------------------------------------
147 147
148 test_group_names = ['parallel', 'kernel', 'kernel.inprocess', 'config', 'core',
148 test_group_names = ['parallel', 'config', 'core',
149 149 'extensions', 'lib', 'terminal', 'testing', 'utils',
150 150 'qt', 'html', 'nbconvert'
151 151 ]
@@ -172,8 +172,6 b' class TestSection(object):'
172 172
173 173 shims = {
174 174 'parallel': 'ipython_parallel',
175 'kernel': 'ipython_kernel',
176 'kernel.inprocess': 'ipython_kernel.inprocess',
177 175 'config': 'traitlets',
178 176 'html': 'jupyter_notebook',
179 177 }
@@ -228,20 +226,6 b" if not have['pymongo']:"
228 226 sec.exclude('controller.mongodb')
229 227 sec.exclude('tests.test_mongodb')
230 228
231 # kernel:
232 sec = test_sections['kernel']
233 sec.requires('zmq')
234 # The in-process kernel tests are done in a separate section
235 sec.exclude('inprocess')
236 # importing gtk sets the default encoding, which we want to avoid
237 sec.exclude('gui.gtkembed')
238 sec.exclude('gui.gtk3embed')
239 if not have['matplotlib']:
240 sec.exclude('pylab')
241
242 # kernel.inprocess:
243 test_sections['kernel.inprocess'].requires('zmq')
244
245 229 # extensions:
246 230 sec = test_sections['extensions']
247 231 # This is deprecated in favour of rpy2
General Comments 0
You need to be logged in to leave comments. Login now