diff --git a/IPython/utils/tests/test_path.py b/IPython/utils/tests/test_path.py index 4aba13f..66388f5 100644 --- a/IPython/utils/tests/test_path.py +++ b/IPython/utils/tests/test_path.py @@ -410,6 +410,7 @@ def test_unescape_glob(): nt.assert_equals(path.unescape_glob(r'\a'), r'\a') +@onlyif_unicode_paths def test_ensure_dir_exists(): with TemporaryDirectory() as td: d = os.path.join(td, u'∂ir')