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