Skip to content

Python 3.12 tests currently fail #1357

@facelessuser

Description

@facelessuser

The error is:

Traceback (most recent call last): File "/Users/facelessuser/Code/github/markdown/tests/test_meta.py", line 20, in test__version__IsValid import packaging.version ModuleNotFoundError: No module named 'packaging' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/facelessuser/Code/github/markdown/tests/test_meta.py", line 22, in test__version__IsValid from pkg_resources.extern import packaging ModuleNotFoundError: No module named 'pkg_resources' 

This will require more investigation. 3.12 is still in beta. We will need to be fixed before we officially state support for 3.12.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBug report.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions