mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
remove stale exclusions revealed by warning
This commit is contained in:
parent
65ac94d8f4
commit
cd6fd19fd8
@ -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']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user