include IPython.zmq in iptest groups

This commit is contained in:
MinRK 2012-04-18 15:32:43 -07:00
parent 496d6331c5
commit 6419b0b130

View File

@ -233,6 +233,7 @@ def make_exclude():
# We do this unconditionally, so that the test suite doesn't import
# gtk, changing the default encoding and masking some unicode bugs.
exclusions.append(ipjoin('lib', 'inputhookgtk'))
exclusions.append(ipjoin('zmq', 'gui', 'gtkembed'))
# These have to be skipped on win32 because the use echo, rm, cd, etc.
# See ticket https://github.com/ipython/ipython/issues/87
@ -263,7 +264,9 @@ def make_exclude():
if not have['matplotlib']:
exclusions.extend([ipjoin('core', 'pylabtools'),
ipjoin('core', 'tests', 'test_pylabtools')])
ipjoin('core', 'tests', 'test_pylabtools'),
ipjoin('zmq', 'pylab'),
])
if not have['tornado']:
exclusions.append(ipjoin('frontend', 'html'))
@ -385,6 +388,7 @@ def make_runners():
'scripts', 'testing', 'utils', 'nbformat' ]
if have['zmq']:
nose_pkg_names.append('zmq')
nose_pkg_names.append('parallel')
# For debugging this code, only load quick stuff