mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
add nbconvert serve exclusions without tornado
This commit is contained in:
parent
2abff123ea
commit
db1ff54ec3
@ -293,6 +293,9 @@ sec.requires('pygments', 'jinja2', 'sphinx')
|
||||
# Executing the config files with iptest would cause an exception.
|
||||
sec.exclude('tests.files')
|
||||
sec.exclude('exporters.tests.files')
|
||||
if not have['tornado']:
|
||||
sec.exclude('nbconvert.post_processors.serve')
|
||||
sec.exclude('nbconvert.post_processors.tests.test_serve')
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Functions and classes
|
||||
|
Loading…
Reference in New Issue
Block a user