##// END OF EJS Templates
Skip import irunner test on Windows....
Thomas Kluyver -
Show More
@@ -1,13 +1,15 b''
1 # encoding: utf-8
1 # encoding: utf-8
2 from IPython.testing import decorators as dec
2
3
3 def test_import_backgroundjobs():
4 def test_import_backgroundjobs():
4 from IPython.lib import backgroundjobs
5 from IPython.lib import backgroundjobs
5
6
6 def test_import_deepreload():
7 def test_import_deepreload():
7 from IPython.lib import deepreload
8 from IPython.lib import deepreload
8
9
9 def test_import_demo():
10 def test_import_demo():
10 from IPython.lib import demo
11 from IPython.lib import demo
11
12
13 @dec.skip_win32
12 def test_import_irunner():
14 def test_import_irunner():
13 from IPython.lib import irunner
15 from IPython.lib import irunner
General Comments 0
You need to be logged in to leave comments. Login now