Skip to content

Compatibility with Python 3.12.x #289

Open
@Andre-85

Description

@Andre-85

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é

Activity

agosmou

agosmou commented on Feb 7, 2025

@agosmou

Same for 3.13. Wondering if there's plans to make this production stable. I was having issues on 3.12 too and assume 3.13 will have similar issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Andre-85@agosmou

        Issue actions

          Compatibility with Python 3.12.x · Issue #289 · xmlrunner/unittest-xml-reporting