##// END OF EJS Templates
Skip import irunner test on Windows....
Thomas Kluyver -
Show More
@@ -1,4 +1,5 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
@@ -9,5 +10,6 b' def test_import_deepreload():'
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