Geez! "error: no such option: --with-xunit" when running tests with django-nose
So I came across a problem where I was running tests with django-nose using the --with-xunit option and I was meeting the error:
error: no such option: --with-xunit
After much hair loss and confusion I found the following solution to work. The problem appears to be caused by south (although I do not know why) so moving 'django_nose' after 'south' in the INSTALLED_APPS setting made the option available again.








