Re: python-django build weirdness

2013-09-25 Thread Brian May
On 25 September 2013 15:14, Brian May wrote: > Guess I should file a bug report against python-django then... > Submitted as #724637 -- Brian May

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 regards

Re: python-django build weirdness

2013-09-24 Thread Brian May
On 24 September 2013 15:40, Chow Loong Jin 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. The latter d

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 wrote: > > > Why don't you catch the AssertionError at this point and check what the > > extra > > User object is? > > > > [, , ] grepping for johndoe shows one match in tests/regressiontest

Re: python-django build weirdness

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

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 2>&1 | tee $l