[Zope-dev] zope-tests - FAILED: 1, OK: 13
Maurits van Rees
m.van.rees at zestsoftware.nl
Sun Apr 6 22:57:31 CEST 2014
Tres Seaver schreef op 06-04-14 02:33:
> "c:\eggs\zope.testrunner-4.4.3-py2.6.egg\zope\testrunner\formatter.py",
> line 355, in print_traceback
> print(self.format_traceback(exc_info))
> UnicodeEncodeError: 'ascii' codec can't encode character u'\u2192' in
> position 863: ordinal not in range(128)
This seems due to '→' getting changed to unicode u'\u2192' (→). I
guess this only goes wrong when a doctest fails.
> On my machine (UTF8), I get super-noisy doctest failures (which I'm not
> set up to diagnse). One, at least, is probably related to:
>
> https://github.com/zopefoundation/z3c.form/commit/c0cbac6f44f88c1434d0f72b953d087836ffef58
Sorry, my bad. I was in a hurry and forgot to run the tests. I am
fixing it now.
--
Maurits van Rees: http://maurits.vanrees.org/
Zest Software: http://zestsoftware.nl
More information about the Zope-Dev
mailing list