##// END OF EJS Templates
Merge pull request #4263 from takluyver/fix-testing-excludes...
Thomas Kluyver -
r12778:3c0395ed merge
parent child Browse files
Show More
@@ -214,10 +214,10 b" sec.exclude('inputhookgtk')"
214 214 sec.exclude('inputhook')
215 215
216 216 # testing:
217 sec = test_sections['lib']
217 sec = test_sections['testing']
218 218 # This guy is probably attic material
219 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 221 # See ticket https://github.com/ipython/ipython/issues/87
222 222 if sys.platform == 'win32':
223 223 sec.exclude('plugin.test_exampleip')
General Comments 0
You need to be logged in to leave comments. Login now