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

Remove support for pytest 6.x #151

Closed delfick closed 4 months ago

delfick commented 4 months ago

Pytest 7 was released over two years ago, and this repository no longer tests against pytest 6. It should be safe to assume that projects aren't relying on pytest 6 anymore.

fixes: #150