##// END OF EJS Templates
Fix excludes for IPython.testing
Thomas Kluyver -
Show More
@@ -214,10 +214,10 b" sec.exclude('inputhookgtk')"
214 sec.exclude('inputhook')
214 sec.exclude('inputhook')
215
215
216 # testing:
216 # testing:
217 sec = test_sections['lib']
217 sec = test_sections['testing']
218 # This guy is probably attic material
218 # This guy is probably attic material
219 sec.exclude('mkdoctests')
219 sec.exclude('mkdoctests')
220 # These have to be skipped on win32 because the use echo, rm, cd, etc.
220 # These have to be skipped on win32 because they use echo, rm, cd, etc.
221 # See ticket https://github.com/ipython/ipython/issues/87
221 # See ticket https://github.com/ipython/ipython/issues/87
222 if sys.platform == 'win32':
222 if sys.platform == 'win32':
223 sec.exclude('plugin.test_exampleip')
223 sec.exclude('plugin.test_exampleip')
General Comments 0
You need to be logged in to leave comments. Login now