From de3b64cdab8b3d078e77dc4c1f2b40549ce1741a 2015-04-09 19:17:35 From: Min RK Date: 2015-04-09 19:17:35 Subject: [PATCH] remove kernel tests --- diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index d0e9350..9f41a88 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -145,7 +145,7 @@ have['zmq'] = test_for('zmq.pyzmq_version_info', min_zmq, callback=lambda x: x() # Test suite definitions #----------------------------------------------------------------------------- -test_group_names = ['parallel', 'kernel', 'kernel.inprocess', 'config', 'core', +test_group_names = ['parallel', 'config', 'core', 'extensions', 'lib', 'terminal', 'testing', 'utils', 'qt', 'html', 'nbconvert' ] @@ -172,8 +172,6 @@ class TestSection(object): shims = { 'parallel': 'ipython_parallel', - 'kernel': 'ipython_kernel', - 'kernel.inprocess': 'ipython_kernel.inprocess', 'config': 'traitlets', 'html': 'jupyter_notebook', } @@ -228,20 +226,6 @@ if not have['pymongo']: sec.exclude('controller.mongodb') sec.exclude('tests.test_mongodb') -# kernel: -sec = test_sections['kernel'] -sec.requires('zmq') -# The in-process kernel tests are done in a separate section -sec.exclude('inprocess') -# importing gtk sets the default encoding, which we want to avoid -sec.exclude('gui.gtkembed') -sec.exclude('gui.gtk3embed') -if not have['matplotlib']: - sec.exclude('pylab') - -# kernel.inprocess: -test_sections['kernel.inprocess'].requires('zmq') - # extensions: sec = test_sections['extensions'] # This is deprecated in favour of rpy2