mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
Fix excludes for IPython.testing
This commit is contained in:
parent
3905145dff
commit
7db44e7e39
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user