##// END OF EJS Templates
add nbconvert serve exclusions without tornado
Min RK -
Show More
@@ -293,6 +293,9 b" sec.requires('pygments', 'jinja2', 'sphinx')"
293 293 # Executing the config files with iptest would cause an exception.
294 294 sec.exclude('tests.files')
295 295 sec.exclude('exporters.tests.files')
296 if not have['tornado']:
297 sec.exclude('nbconvert.post_processors.serve')
298 sec.exclude('nbconvert.post_processors.tests.test_serve')
296 299
297 300 #-----------------------------------------------------------------------------
298 301 # Functions and classes
General Comments 0
You need to be logged in to leave comments. Login now