I have some tests in python which output '<main.Base object at 0x26d7a90>' in the test name. This is then quoted in in the xml output, and hudson pukes on the <> characters in the xml. So not sure if this is hudsons fault, or nosexunits, but the default xunit plugin from nosetest encodes these characters with < and > and that what hudson expects probably.