typeddjango / pytest-mypy-plugins

pytest plugin for testing mypy types, stubs, and plugins
https://pypi.org/project/pytest-mypy-plugins/
MIT License
100 stars 26 forks source link

Fails in Python 3.12 due to usage of pkg_resources #111

Closed brunns closed 1 year ago

brunns commented 1 year ago

setuptools is being removed as of Python 3.12, and with it pkg_resources.

The simplest fix might be to specify and use the packaging module instead.

sobolevn commented 1 year ago

I am releasing new version right now 🎉

sobolevn commented 1 year ago

Thanks a lot for helping with https://github.com/typeddjango/pytest-mypy-plugins/releases/tag/1.11.0 👍

brunns commented 1 year ago

Thanks @sobolevn!