You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to run the unittests coming with code, but they will not run with python 3.12.3 (on Ubuntu 24.04).
Before running the unittests I applied the fixes for python3.11 from issue #274. The only test that fails is test_xmlrunner_hold_traceback, which does some kind of refcount checking.
I found out that the test was introduced to check if a destructor was call (resolving #105).
Is there a plan to fix this, or can i help?
Greetings,
André
The text was updated successfully, but these errors were encountered:
I just tried to run the unittests coming with code, but they will not run with python 3.12.3 (on Ubuntu 24.04).
Before running the unittests I applied the fixes for python3.11 from issue #274. The only test that fails is test_xmlrunner_hold_traceback, which does some kind of refcount checking.
I found out that the test was introduced to check if a destructor was call (resolving #105).
Is there a plan to fix this, or can i help?
Greetings,
André
The text was updated successfully, but these errors were encountered: