##// END OF EJS Templates
Merge pull request #3572 from takluyver/win-skip-irunner...
Min RK -
r11239:02b1654a merge
parent child Browse files
Show More
@@ -1,4 +1,5
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 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