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
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