Skip to content
New issue

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

error in xunitparser setup command: use_2to3 is invalid #18

Closed
smarie opened this issue Sep 17, 2021 · 2 comments
Closed

error in xunitparser setup command: use_2to3 is invalid #18

smarie opened this issue Sep 17, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@smarie
Copy link
Owner

smarie commented Sep 17, 2021

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

@connerxyz
Copy link

I'm experiencing this same issue.

@smarie
Copy link
Owner Author

smarie commented Sep 28, 2021

@connerxyz it was fixed in latest version of genbadge: xunitparser was removed from the dependencies

Note: You can use genbadge.xunitparser_copy as a replacement for the xunitparser module, if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants