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
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
The text was updated successfully, but these errors were encountered:
PR here #16
Sorry, something went wrong.
is this added and uploaded to pypi?
there are no maintainers so use this https://pypi.org/project/unittest-xml-reporting/
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: