Show More
@@ -126,7 +126,9 b' def find_packages():' | |||
|
126 | 126 | add_package(packages, 'frontend.qt.console', tests=True) |
|
127 | 127 | add_package(packages, 'frontend.terminal', tests=True) |
|
128 | 128 | add_package(packages, 'lib', tests=True) |
|
129 |
add_package(packages, 'nbformat' |
|
|
129 | add_package(packages, 'nbformat') | |
|
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