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