Show More
@@ -267,7 +267,11 b' def make_runners():' | |||||
267 | """ |
|
267 | """ | |
268 |
|
268 | |||
269 | nose_packages = ['config', 'core', 'extensions', 'frontend', 'lib', |
|
269 | nose_packages = ['config', 'core', 'extensions', 'frontend', 'lib', | |
270 |
'scripts', 'testing', 'utils' |
|
270 | 'scripts', 'testing', 'utils', | |
|
271 | # Note that we list the kernel here, though the bulk of it | |||
|
272 | # is twisted-based, because nose picks up doctests that | |||
|
273 | # twisted doesn't. | |||
|
274 | 'kernel'] | |||
271 | trial_packages = ['kernel'] |
|
275 | trial_packages = ['kernel'] | |
272 |
|
276 | |||
273 | if have_wx: |
|
277 | if have_wx: |
General Comments 0
You need to be logged in to leave comments.
Login now