add nbconvert serve exclusions without tornado

MinRK 13 years ago
parent 0af45c4694
commit 6abcf90d4e

@ -293,6 +293,8 @@ def make_exclude():
if not have['tornado']:
exclusions.append(ipjoin('html'))
exclusions.append(ipjoin('nbconvert', 'post_processors', 'serve'))
exclusions.append(ipjoin('nbconvert', 'post_processors', 'tests', 'test_serve'))
if not have['jinja2']:
exclusions.append(ipjoin('html', 'notebookapp'))

Loading…
Cancel
Save