Re: Django unittest failure

2013-09-17 Thread Ryan Boggs
I reported it. #21118. Thanks for taking a look at this. Thanks, Ryan On Monday, September 16, 2013 7:16:25 PM UTC-7, WongoBongo wrote: > > You should probably open a bug on this issue. The test suite fails for me > on MacOS/Python 2.7 on the stable/1.5.x branch. This is the command that >

Re: Django unittest failure

2013-09-16 Thread Kelvin Wong
You should probably open a bug on this issue. The test suite fails for me on MacOS/Python 2.7 on the stable/1.5.x branch. This is the command that fails reliably on my machine: $ PYTHONPATH=..:$PYTHONPATH python ./runtests.py --settings=test_sqlite utils formtools It might be related to this

Re: Django unittest failure

2013-09-15 Thread Ryan Boggs
FYI, Just tried with 1.5.4 and the same test is still failing. Thanks, Ryan On Saturday, September 14, 2013 9:57:42 PM UTC-7, Ryan Boggs wrote: > > Hi, > > Thank you for responding. > > We are using the test_sqlite.py as the settings file for the regression > tests, which I believe should be

Re: Django unittest failure

2013-09-14 Thread Ryan Boggs
Hi, Thank you for responding. We are using the test_sqlite.py as the settings file for the regression tests, which I believe should be creating new sqlite databases in memory. So there shouldn't be any old database files being used. We are using the same procedure as we did with 1.5.1 and I

Re: Django unittest failure

2013-09-14 Thread Kelvin Wong
Are you reusing an old database or something? There should be only two users in the database prior to testing that section. # Create two users so we can filter by is_staff when handing our # wizard a queryset keyword argument. self.normal_user = User.objects.create(username='test1',

Django unittest failure

2013-09-14 Thread Ryan Boggs
Hi, I am trying to update Django in OpenBSD ports and I am experiencing a unit test failure when testing django 1.5.2/1.5.3 on the latest snapshot of OpenBSD. The failure is with test: