Merge pull request #8298 from minrk/rm-console

remove jupyter_console
This commit is contained in:
Min RK 2015-04-09 16:01:07 -07:00
commit 7f6c278768

View File

@ -213,9 +213,8 @@ if sys.platform == 'win32':
sec.exclude('plugin.test_exampleip')
sec.exclude('plugin.dtexample')
# terminal:
if (not have['pexpect']) or (not have['zmq']):
test_sections['terminal'].exclude('console')
# don't run jupyter_console tests found via shim
test_sections['terminal'].exclude('console')
# extensions:
sec = test_sections['extensions']