From f97df714607f72a86e31de8316cf4cb724408070 Mon Sep 17 00:00:00 2001 From: Brian Granger Date: Sat, 25 Apr 2009 13:50:45 -0700 Subject: [PATCH] Adding comment about ticket https://bugs.launchpad.net/bugs/366982 --- IPython/testing/iptest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index bba6d6a54..09d21b817 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -89,6 +89,8 @@ if not have_curses: if not sys.platform == 'win32': EXCLUDE.append(pjoin('IPython', 'platutils_win32')) +# These have to be skipped on win32 because the use echo, rm, cd, etc. +# See ticket https://bugs.launchpad.net/bugs/366982 if sys.platform == 'win32': EXCLUDE.append(pjoin('IPython', 'testing', 'plugin', 'test_exampleip')) EXCLUDE.append(pjoin('IPython', 'testing', 'plugin', 'dtexample'))