Re: BioPython: Different test suite results when debuild and pdebuild

2014-04-25 Thread Andreas Tille
On Fri, Apr 25, 2014 at 10:57:33AM +0200, Etienne Millon wrote: > > LC_ALL=C.UTF-8 dh_auto_tests -- ... Works! Thanks a lot for this really helpful hint Andreas. -- http://fam-tille.de -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe

Re: BioPython: Different test suite results when debuild and pdebuild

2014-04-25 Thread Etienne Millon
Hi Andreas, > File "/usr/lib/python3.3/encodings/ascii.py", line 26, in decode > return codecs.ascii_decode(input, self.errors)[0] That's may be because pdebuild sets LC_ALL=C (see #376404). Python3 uses it to determine how it needs to print unicode. Here it tries to decode it as ascii but

BioPython: Different test suite results when debuild and pdebuild

2014-04-25 Thread Andreas Tille
Hi, I have started anyother try to finalise BioPython which is prepared at Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-biopython/trunk/ I try to run as much tests of the test suite as possible in the build process and I also added autopkgtest based on upstream's unit te