##// END OF EJS Templates
exclude IPython.lib.kernel in iptest...
MinRK -
Show More
@@ -272,6 +272,7 b' def make_exclude():'
272 ])
272 ])
273
273
274 if not have['zmq']:
274 if not have['zmq']:
275 exclusions.append(ipjoin('lib', 'kernel'))
275 exclusions.append(ipjoin('kernel'))
276 exclusions.append(ipjoin('kernel'))
276 exclusions.append(ipjoin('qt'))
277 exclusions.append(ipjoin('qt'))
277 exclusions.append(ipjoin('html'))
278 exclusions.append(ipjoin('html'))
General Comments 0
You need to be logged in to leave comments. Login now