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