##// END OF EJS Templates
remove stale exclusions revealed by warning
MinRK -
Show More
@@ -213,10 +213,8 b' def make_exclude():'
213 ipjoin = lambda *paths: pjoin('IPython', *paths)
213 ipjoin = lambda *paths: pjoin('IPython', *paths)
214
214
215 exclusions = [ipjoin('external'),
215 exclusions = [ipjoin('external'),
216 pjoin('IPython_doctest_plugin'),
217 ipjoin('quarantine'),
216 ipjoin('quarantine'),
218 ipjoin('deathrow'),
217 ipjoin('deathrow'),
219 ipjoin('testing', 'attic'),
220 # This guy is probably attic material
218 # This guy is probably attic material
221 ipjoin('testing', 'mkdoctests'),
219 ipjoin('testing', 'mkdoctests'),
222 # Testing inputhook will need a lot of thought, to figure out
220 # Testing inputhook will need a lot of thought, to figure out
@@ -224,7 +222,6 b' def make_exclude():'
224 # loops in the picture
222 # loops in the picture
225 ipjoin('lib', 'inputhook'),
223 ipjoin('lib', 'inputhook'),
226 # Config files aren't really importable stand-alone
224 # Config files aren't really importable stand-alone
227 ipjoin('config', 'default'),
228 ipjoin('config', 'profile'),
225 ipjoin('config', 'profile'),
229 ]
226 ]
230 if not have['sqlite3']:
227 if not have['sqlite3']:
General Comments 0
You need to be logged in to leave comments. Login now