#21118: Django unittest failure - WizardFormKwargsOverrideTests
-----------------------------------+--------------------
     Reporter:  rmboggs            |      Owner:  nobody
         Type:  Bug                |     Status:  new
    Component:  Testing framework  |    Version:  1.5
     Severity:  Normal             |   Keywords:
 Triage Stage:  Unreviewed         |  Has patch:  0
Easy pickings:  0                  |      UI/UX:  0
-----------------------------------+--------------------
 Hi

 I've been running into a unittest failure starting with django 1.5.2+ when
 testing on the latest snapshot of OpenBSD.

 The command I am running to test is:
 {{{
 env LC_CTYPE=en_US.UTF-8 PYTHONPATH=. python2.7 tests/runtests.py
 --settings=test_sqlite
 }}}

 The failure is with test:
 {{{
 
django.contrib.formtools.tests.wizard.wizardtests.tests.WizardFormKwargsOverrideTests.test_instance_is_maintained
 AssertionError: 2 != 3
 }}}

 After inquiring on the django-users list, it sounds like this issue is not
 limited to OpenBSD.  Someone else indicated that the same failure occurs
 on Mac OSX. The django-user post can be found here:
 [https://groups.google.com/forum/#!topic/django-users/MISYeLhni4Y]

 Please let me know if more information is needed.

 Thanks,
 Ryan

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21118>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.8fbf4d40433907ce071a13aeb26796ff%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to