python / importlib_metadata

Library to access metadata for Python packages
https://importlib-metadata.readthedocs.io
Apache License 2.0
123 stars 80 forks source link

Tests failing in Python 3.12 #440

Closed jaraco closed 1 year ago

jaraco commented 1 year ago

3.12 is currently broken due to https://github.com/pytest-dev/pyfakefs/issues/770

(originally reported in #436)

jaraco commented 1 year ago

pyfakefs 5.2 added Python 3.12 support.