Tuesday, March 27, 2012

Re: Upgrading to 1.4, now a test is skipped?

On 03/27/12 18:22, Russell Keith-Magee wrote:
> On 28/03/2012, at 2:02 AM, Tim Chase wrote:
>> I'm in the process of upgrading from 1.3 to 1.4, and noticed that my test results now say that one of the tests is being skipped.
>>
>> Any way to tell "./manage.py test" to be verbose, or to track down the origin of the test that's skipped?
>
> -v VERBOSITY, --verbosity=VERBOSITY
> Verbosity level; 0=minimal output, 1=normal output,
> 2=all output

Perfect, thanks! Turned out to be the lack of python-bcrypt on
my system. An apt-get later, it's passing fully.

-tkc

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment