Fix excludes for IPython.testing

This commit is contained in:
Thomas Kluyver 2013-09-23 17:02:58 -07:00
parent 3905145dff
commit 7db44e7e39

View File

@ -214,10 +214,10 @@ sec.exclude('inputhookgtk')
sec.exclude('inputhook')
# testing:
sec = test_sections['lib']
sec = test_sections['testing']
# This guy is probably attic material
sec.exclude('mkdoctests')
# These have to be skipped on win32 because the use echo, rm, cd, etc.
# 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':
sec.exclude('plugin.test_exampleip')