From 6c864917746d41814534986080b3e1d4e21ee254 2013-06-05 13:02:18 From: Thomas Kluyver Date: 2013-06-05 13:02:18 Subject: [PATCH] Skip, on Windows, test for root home directory --- diff --git a/IPython/utils/tests/test_path.py b/IPython/utils/tests/test_path.py index 7e86d68..cf0f228 100644 --- a/IPython/utils/tests/test_path.py +++ b/IPython/utils/tests/test_path.py @@ -295,6 +295,7 @@ def test_get_ipython_dir_7(): ipdir = path.get_ipython_dir() nt.assert_equal(ipdir, os.path.join(home_dir, 'somewhere')) +@skip_win32 @with_environment def test_get_ipython_dir_8(): """test_get_ipython_dir_8, test / home directory"""