mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
actually remove irunner
and mkdoctests, which was the only user of it
This commit is contained in:
parent
c491cfaab2
commit
5d02c111bb
@ -201,9 +201,6 @@ if not have['matplotlib']:
|
||||
|
||||
# lib:
|
||||
sec = test_sections['lib']
|
||||
if not have['pexpect']:
|
||||
sec.exclude('irunner')
|
||||
sec.exclude('tests.test_irunner')
|
||||
if not have['zmq']:
|
||||
sec.exclude('kernel')
|
||||
# We do this unconditionally, so that the test suite doesn't import
|
||||
@ -219,8 +216,6 @@ sec.exclude('inputhook')
|
||||
|
||||
# testing:
|
||||
sec = test_sections['testing']
|
||||
# This guy is probably attic material
|
||||
sec.exclude('mkdoctests')
|
||||
# These have to be skipped on win32 because they use echo, rm, cd, etc.
|
||||
# See ticket https://github.com/ipython/ipython/issues/87
|
||||
if sys.platform == 'win32':
|
||||
|
Loading…
Reference in New Issue
Block a user