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