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.
Running
pytestwith python version3.12.3produces the following error:Limiting
importlib-metadatato<5as described here did not work. The same dependency versions work with python version3.11.10.