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 addition

https://github.com/django/django/commit/cb9aaac

The user created by this line (l.129):

user = User.objects.create_user('johndoe', 'j...@example.com', 'pass')

... persists into subsequent WizardFormKwargsOverrideTests tests on 
the stable/1.5.x branch

Running the individual test for 'formtools' passes without issue.

K


On Sunday, September 15, 2013 12:30:54 PM UTC-7, Ryan Boggs wrote:
>
> FYI,
>
> Just tried with 1.5.4 and the same test is still failing.
>
> Thanks,
> Ryan
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to