Hi Alexandre, On Mon, Dec 8, 2014 at 11:21 PM, Alexandre Viau <alexan...@alexandreviau.net > wrote: > > Since this is a limitation of the library, I suggest we skip the tests > when building for python2. > > What do you think?
I was able to fix the failing tests by adding the following exports to debian/rules, as suggested on the linked page from the asserts: export LC_ALL=C.UTF-8 export LANG=C.UTF-8 I think this is a better solution than disabling the tests altogether. :) Thanks, Logan