From 5d02c111bbc042f630bd97f52f19b5a2bb287848 Mon Sep 17 00:00:00 2001 From: MinRK Date: Mon, 16 Dec 2013 11:13:26 -0800 Subject: [PATCH] actually remove irunner and mkdoctests, which was the only user of it --- IPython/testing/iptest.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index a39912a09..3bd7e1bde 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -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':