pip install genbadge[tests] installs the xunitparser dependency.
However it seems that this library can not be installed on setuptools>=58 because use_2to3 is not supported anymore.
(see https://stackoverflow.com/a/69100830/7262247)
I'll open an issue at xunitparser. But since this may be long to be fixed, I might as well remove the dependency in the meantime
pip install genbadge[tests]installs thexunitparserdependency.However it seems that this library can not be installed on
setuptools>=58becauseuse_2to3is not supported anymore.(see https://stackoverflow.com/a/69100830/7262247)
I'll open an issue at
xunitparser. But since this may be long to be fixed, I might as well remove the dependency in the meantime