Show More
@@ -145,6 +145,7 b" have['sqlite3'] = test_for('sqlite3')" | |||
|
145 | 145 | have['cython'] = test_for('Cython') |
|
146 | 146 | have['tornado'] = test_for('tornado.version_info', (3,1,0), callback=None) |
|
147 | 147 | have['jinja2'] = test_for('jinja2') |
|
148 | have['mistune'] = test_for('mistune') | |
|
148 | 149 | have['requests'] = test_for('requests') |
|
149 | 150 | have['sphinx'] = test_for('sphinx') |
|
150 | 151 | have['jsonschema'] = test_for('jsonschema') |
@@ -287,7 +288,7 b" test_sections['config'].exclude('profile')" | |||
|
287 | 288 | |
|
288 | 289 | # nbconvert: |
|
289 | 290 | sec = test_sections['nbconvert'] |
|
290 | sec.requires('pygments', 'jinja2', 'jsonschema', 'jsonpointer') | |
|
291 | sec.requires('pygments', 'jinja2', 'jsonschema', 'jsonpointer', 'mistune') | |
|
291 | 292 | # Exclude nbconvert directories containing config files used to test. |
|
292 | 293 | # Executing the config files with iptest would cause an exception. |
|
293 | 294 | sec.exclude('tests.files') |
General Comments 0
You need to be logged in to leave comments.
Login now