From 1a084065af024b9b5f7003ec14d7f8b8b7014e0d 2012-10-29 09:44:56 From: Takafumi Arakaki Date: 2012-10-29 09:44:56 Subject: [PATCH] Use skip_if_not_win32 instead of skip_linux+osx --- diff --git a/IPython/core/tests/test_run.py b/IPython/core/tests/test_run.py index 0bcdc4f..74e1744 100644 --- a/IPython/core/tests/test_run.py +++ b/IPython/core/tests/test_run.py @@ -119,8 +119,7 @@ def doctest_run_option_parser_for_posix(): """ -@dec.skip_linux -@dec.skip_osx +@dec.skip_if_not_win32 def doctest_run_option_parser_for_windows(): r"""Test option parser in %run (Windows specific).