From cd6fd19fd83fbbaf92a0cb425f558f941ba63a9e Mon Sep 17 00:00:00 2001 From: MinRK Date: Thu, 31 May 2012 11:57:13 -0700 Subject: [PATCH] remove stale exclusions revealed by warning --- IPython/testing/iptest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index 4dbd038bc..b3080ad9e 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -213,10 +213,8 @@ def make_exclude(): ipjoin = lambda *paths: pjoin('IPython', *paths) exclusions = [ipjoin('external'), - pjoin('IPython_doctest_plugin'), ipjoin('quarantine'), ipjoin('deathrow'), - ipjoin('testing', 'attic'), # This guy is probably attic material ipjoin('testing', 'mkdoctests'), # Testing inputhook will need a lot of thought, to figure out @@ -224,7 +222,6 @@ def make_exclude(): # loops in the picture ipjoin('lib', 'inputhook'), # Config files aren't really importable stand-alone - ipjoin('config', 'default'), ipjoin('config', 'profile'), ] if not have['sqlite3']: