Fixing tests in IPython.testing.

pull/37/head
Brian Granger 17 years ago
parent e18c04f33a
commit db440afb0f

@ -70,7 +70,8 @@ EXCLUDE = [pjoin('IPython', 'external'),
pjoin('IPython', 'Extensions', 'scitedirector'),
pjoin('IPython', 'Extensions', 'numeric_formats'),
pjoin('IPython', 'testing', 'attic'),
pjoin('IPython', 'testing', 'tutils')
pjoin('IPython', 'testing', 'tutils'),
pjoin('IPython', 'testing', 'tools')
]
if not have_wx:

Loading…
Cancel
Save