We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install genbadge[tests] installs the xunitparser dependency.
pip install genbadge[tests]
xunitparser
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)
setuptools>=58
use_2to3
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
The text was updated successfully, but these errors were encountered:
7c3d361
I'm experiencing this same issue.
Sorry, something went wrong.
@connerxyz it was fixed in latest version of genbadge: xunitparser was removed from the dependencies
genbadge
Note: You can use genbadge.xunitparser_copy as a replacement for the xunitparser module, if needed
genbadge.xunitparser_copy
No branches or pull requests
pip install genbadge[tests]
installs thexunitparser
dependency.However it seems that this library can not be installed on
setuptools>=58
becauseuse_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 meantimeThe text was updated successfully, but these errors were encountered: