actually remove irunner

and mkdoctests, which was the only user of it
This commit is contained in:
MinRK 2013-12-16 11:13:26 -08:00
parent c491cfaab2
commit 5d02c111bb

View File

@ -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':