From 6961b28fb3665e856e9215d7178e09f1ddfc6b40 2015-03-18 19:34:09 From: Thomas Kluyver Date: 2015-03-18 19:34:09 Subject: [PATCH] Make unicode repr test work on cp1252 Windows Should fix Windows + Python 2 test failures that we've been seeing. --- diff --git a/IPython/lib/tests/test_pretty.py b/IPython/lib/tests/test_pretty.py index b7738a4..0c7273a 100644 --- a/IPython/lib/tests/test_pretty.py +++ b/IPython/lib/tests/test_pretty.py @@ -238,7 +238,7 @@ def test_metaclass_repr(): def test_unicode_repr(): - u = u"üniço∂é" + u = u"üniçodé" ustr = unicode_to_str(u) class C(object):