#17966: Tests fail with trivial usage of AUTH_PROFILE_MODULE
------------------------------+------------------------------------
     Reporter:  slacy         |                    Owner:  nobody
         Type:  Bug           |                   Status:  new
    Component:  contrib.auth  |                  Version:  1.4
     Severity:  Normal        |               Resolution:
     Keywords:                |             Triage Stage:  Accepted
    Has patch:  0             |      Needs documentation:  0
  Needs tests:  0             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  0
------------------------------+------------------------------------

Comment (by SamBull):

 Replying to [comment:12 aaugustin]:
 > Replying to [comment:10 SamBull]:
 > > Is there a workaround for this issue? It's preventing us from
 migrating to 1.4 because our deployment system won't let us push out a
 release with failing tests.
 >
 > You should only test your own apps, not Django's contrib apps:
 `./manage.py test myapp1 myapp2 ...`

 Huh. That's not true is it? Some of django's tests are integration tests
 that help us verify that we're using everything correctly (providing
 essential templates, settings, etc.).

 Is there any way to set the `AUTH_PROFILE_MODULE` setting without causing
 this test to error out?

 Also, I take it this failure isn't getting caught by django's test suite,
 so shouldn't that be updated too?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17966#comment:13>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to