From 98dd01411e17a0b2fc6a15143b1fd2eeee9840ff Mon Sep 17 00:00:00 2001 From: MinRK Date: Mon, 28 Jan 2013 20:56:19 -0800 Subject: [PATCH] test IPython.kernel --- IPython/testing/iptest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index b7e7a4bd7..2fd4b4c2d 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -430,7 +430,7 @@ def make_runners(inc_slow=False): """ # Packages to be tested via nose, that only depend on the stdlib - nose_pkg_names = ['config', 'core', 'extensions', 'frontend', 'lib', + nose_pkg_names = ['config', 'core', 'extensions', 'frontend', 'kernel', 'lib', 'testing', 'utils', 'nbformat', 'inprocess' ] if have['zmq']: