Re: python-django build weirdness

2013-09-25 Thread Daniele Tricoli
On Wednesday 25 September 2013 15:14:27 Brian May wrote: Guess I should file a bug report against python-django then... Upstream refactored the tests suite during the 1.6 development, so maybe you could also check if the bug is already fixed and mention in the bug report. Thanks! Kind

Re: python-django build weirdness

2013-09-24 Thread Brian May
On 24 September 2013 15:40, Chow Loong Jin hyper...@debian.org wrote: grepping for johndoe shows one match in tests/regressiontests/utils/simplelazyobject.py, where the test case creates a johndoe user. I suspect the error comes from using unittest.TestCase instead of django.test.TestCase.

python-django build weirdness

2013-09-23 Thread Brian May
Hello, From a wheezy box, I am running the following commands: dget http://ftp.de.debian.org/debian/pool/main/p/python-django/python-django_1.5.4-1.dsc cd python-django-1.5.4 dpkg-buildpackage -rfakeroot -sa 21 | tee $logfile For different values of $logfile. If I run this from my home

Re: python-django build weirdness

2013-09-23 Thread Chow Loong Jin
On Tue, Sep 24, 2013 at 11:23:14AM +1000, Brian May wrote: Hello, From a wheezy box, I am running the following commands: dget http://ftp.de.debian.org/debian/pool/main/p/python-django/python-django_1.5.4-1.dsc cd python-django-1.5.4 dpkg-buildpackage -rfakeroot -sa 21 | tee $logfile

Re: python-django build weirdness

2013-09-23 Thread Brian May
On 24 September 2013 13:16, Chow Loong Jin hyper...@debian.org wrote: Why don't you catch the AssertionError at this point and check what the extra User object is? [User: johndoe, User: test1, User: test2] I just tried it on the same path as you used, but it worked for me. My /tmp is on

Re: python-django build weirdness

2013-09-23 Thread Chow Loong Jin
On Tue, Sep 24, 2013 at 02:11:56PM +1000, Brian May wrote: On 24 September 2013 13:16, Chow Loong Jin hyper...@debian.org wrote: Why don't you catch the AssertionError at this point and check what the extra User object is? [User: johndoe, User: test1, User: test2] grepping for