Include testing plugin for installation.

This commit is contained in:
Fernando Perez 2008-08-24 00:03:52 -07:00
commit ef5c1bfdd6

View File

@ -115,6 +115,7 @@ def find_packages():
add_package(packages, 'kernel', config=True, tests=True, scripts=True)
add_package(packages, 'kernel.core', config=True, tests=True)
add_package(packages, 'testing', tests=True)
add_package(packages, 'testing.plugin', tests=False)
add_package(packages, 'tools', tests=True)
add_package(packages, 'UserConfig')
return packages