From 0cce0195081884990f7c2064bae131902bdbeab5 2013-09-19 22:25:00 From: Min RK Date: 2013-09-19 22:25:00 Subject: [PATCH] add nbconvert serve exclusions without tornado --- diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index 1b12539..b20e315 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -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