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

Missing support for python 3.12 #15

Open
fortunso opened this issue Mar 7, 2024 · 3 comments
Open

Missing support for python 3.12 #15

fortunso opened this issue Mar 7, 2024 · 3 comments

Comments

@fortunso
Copy link

fortunso commented Mar 7, 2024

when trying to import xmlrunner using python 3.12 this exception is raised:

ImportError: cannot import name '_TextTestResult' from 'unittest' (/usr/local/lib/python3.12/unittest/__init__.py). Did you mean: 'TextTestResult'?

_TextTestResult was deprecated and removed on python 3.11

@fortunso
Copy link
Author

fortunso commented Mar 7, 2024

PR here
#16

@atiffrz
Copy link

atiffrz commented Mar 22, 2024

is this added and uploaded to pypi?

@fortunso
Copy link
Author

there are no maintainers so use this
https://pypi.org/project/unittest-xml-reporting/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants