Skip to content

pytest fails with python version >= 12 #40

Description

@dominikgeissler

Running pytest with python version 3.12.3 produces the following error:

> python -V
3.12.3
> pytest
    yield from importlib_metadata.entry_points().get("hypothesis", [])
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'EntryPoints' object has no attribute 'get'

Limiting importlib-metadata to <5 as described here did not work. The same dependency versions work with python version 3.11.10.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions