Show More
@@ -174,6 +174,7 b' shims = {' | |||
|
174 | 174 | 'parallel': 'ipython_parallel', |
|
175 | 175 | 'kernel': 'ipython_kernel', |
|
176 | 176 | 'kernel.inprocess': 'ipython_kernel.inprocess', |
|
177 | 'config': 'traitlets', | |
|
177 | 178 | } |
|
178 | 179 | |
|
179 | 180 | # Name -> (include, exclude, dependencies_met) |
@@ -270,10 +271,6 b" if not have['pygments'] or not have['jinja2']:" | |||
|
270 | 271 | if not have['terminado']: |
|
271 | 272 | sec.exclude('terminal') |
|
272 | 273 | |
|
273 | # config: | |
|
274 | # Config files aren't really importable stand-alone | |
|
275 | test_sections['config'].exclude('profile') | |
|
276 | ||
|
277 | 274 | # nbconvert: |
|
278 | 275 | sec = test_sections['nbconvert'] |
|
279 | 276 | sec.requires('pygments', 'jinja2', 'jsonschema', 'mistune') |
General Comments 0
You need to be logged in to leave comments.
Login now