A nose plugin that provides Xunit output when running multiprocess tests. Current version is 0.4.1, last release in 2015, unmaintained since then.
pip install nose-xunitmpVerified import paths — ran on the pinned version, not inferred.
Run nose with the xunitmp plugin to get xunit output from multiprocess tests.
Migrate to pytest with pytest-xdist which supports xunit output natively.
Use a single-process runner or switch to pytest.
Use Python 2.7 or migrate to an alternative test runner.