Stefano Rago

Results 6 comments of Stefano Rago

Yes, I did include the `collectd` recipe before the `attribute_driven` one

I have declared the collectd cookbook dependency in the Berksfile like this ``` cookbook 'collectd-ng', '~> 1.2.0' ``` and, similarly, in the metadata.rb: ``` depends 'collectd-ng', '~> 1.2.0' ``` Then...

hi @jphalip and thanks for the patch. This didn't work right away, and I had to change the following: - the `threshold` argument needs to be a string, so I...

I agree with @krisdante there is some confusion around this

This issue is still present in django_nose 1.2. A workaround for me is using --noinput as option for the manage.py test command.

Unfortunately it still happens, I just reproduced the issue using django_nose 1.4.1 and nose 1.3.7