Use xunitmp by default, rather than standard xunit

This commit is contained in:
Calen Pennington
2016-05-10 14:29:47 -04:00
parent 6ebda5ea1f
commit 5249504edc
4 changed files with 2 additions and 4 deletions

View File

@@ -54,7 +54,6 @@ _NOSEID_DIR.makedirs_p()
NOSE_ARGS = [
'--id-file', _NOSEID_DIR / 'noseids',
'--xunit-file', _REPORT_DIR / 'nosetests.xml',
]
NOSE_PLUGINS = [