Changed - Drop support for Python 3.7 (now EOL) - Add support for pytest versions 8.1 and 8.2 - Alter pytest version pin to disallow 9.x+ versions (to prevent unforeseen incompatibilities)
2.1.1
Fixed - Resolve brittle handling of class- and module-level assignments in flake8 plugin
2.1.0
Added - Add [flake8](https://github.com/PyCQA/flake8) plugin to detect `only` marks before they get committed (see [GH#11](https://github.com/theY4Kman/pytest-only/issues/11))
2.0.0
Added - Added [pylint](https://pylint.pycqa.org) plugin to detect `only` marks before they get committed (thank you, [nikolaik](https://github.com/nikolaik) — [GH#10](https://github.com/theY4Kman/pytest-only/pull/10))
Changed - Remove support for Python 2.7
1.2.2
Fixed - Register the `only` mark to avoid warning messages emitted since 4.5.0 (thank you, [nicoddemus](https://github.com/nicoddemus) – [GH#8](https://github.com/theY4Kman/pytest-only/pull/8))
1.2.1
Fixed - Fix get_marker usage for compatibility with pytest 4.1.0 (see https://github.com/pytest-dev/pytest/issues/4546)