Show More
|
1 | NO CONTENT: new file 100644 |
@@ -127,6 +127,8 b' def find_packages():' | |||
|
127 | 127 | add_package(packages, 'frontend.terminal', tests=True) |
|
128 | 128 | add_package(packages, 'lib', tests=True) |
|
129 | 129 | add_package(packages, 'nbformat', tests=True) |
|
130 | add_package(packages, 'nbformat.v1', tests=True) | |
|
131 | add_package(packages, 'nbformat.v2', tests=True) | |
|
130 | 132 | add_package(packages, 'parallel', tests=True, scripts=True, |
|
131 | 133 | others=['apps','engine','client','controller']) |
|
132 | 134 | add_package(packages, 'quarantine', tests=True) |
General Comments 0
You need to be logged in to leave comments.
Login now