##// END OF EJS Templates
remove empty IPython.scripts test group
MinRK -
Show More
@@ -256,8 +256,7 b' def make_exclude():'
256 256 exclusions.append(ipjoin('testing', 'plugin', 'dtexample'))
257 257
258 258 if not have['pexpect']:
259 exclusions.extend([ipjoin('scripts', 'irunner'),
260 ipjoin('lib', 'irunner'),
259 exclusions.extend([ipjoin('lib', 'irunner'),
261 260 ipjoin('lib', 'tests', 'test_irunner'),
262 261 ipjoin('frontend', 'terminal', 'console'),
263 262 ])
@@ -433,7 +432,7 b' def make_runners():'
433 432
434 433 # Packages to be tested via nose, that only depend on the stdlib
435 434 nose_pkg_names = ['config', 'core', 'extensions', 'frontend', 'lib',
436 'scripts', 'testing', 'utils', 'nbformat' ]
435 'testing', 'utils', 'nbformat' ]
437 436
438 437 if have['zmq']:
439 438 nose_pkg_names.append('zmq')
General Comments 0
You need to be logged in to leave comments. Login now