pypa / setuptools

Official project repository for the Setuptools build system
https://pypi.org/project/setuptools/
MIT License
2.36k stars 1.15k forks source link

Make the validation test for entry-points work with Python 3.13+ #4357

Closed hroncok closed 1 month ago

hroncok commented 1 month ago

Summary of changes

The exception in importlib.metadata has changed. See https://github.com/python/importlib_metadata/issues/488

This makes an existing test pass with Python 3.13.

Partially fixes https://github.com/pypa/setuptools/issues/4196

Pull Request Checklist

[PR docs]: https://setuptools.pypa.io/en/latest/development/developer-guide.html#making-a-pull-request

abravalheri commented 1 month ago

pypy tests are probably just stuck...