From f772c90b831598878ae739bafa5ef4e1eaeda82e 2017-09-11 17:50:00 From: Matthias Bussonnier Date: 2017-09-11 17:50:00 Subject: [PATCH] Backport PR #10782: Skip unicode test in C locale Closes gh-10780 --- 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')