Releases: realpython/pytest-mypy
Releases · realpython/pytest-mypy
v1.0.1
v1.0.0
What's Changed
- Add test_pyproject_toml by @dmtucker in #154
- Update docs and links by @dmtucker in #155
- Drop Python 3.6 support and use PEP 621 metadata by @dmtucker in #156
- Mark the project as stable by @dmtucker in #158
- Test with mypy 1.x and fewer old versions by @dmtucker in #157
- Prevent AttributeError in pytest_terminal_summary by @dmtucker in #162
- Add support for Python 3.12 by @dmtucker in #163
- Add support for pytest 8 by @dmtucker in #164
- Ensure expected versions are installed while testing by @dmtucker in #165
- Upgrade static and publishing deps by @dmtucker in #166
- Enable branch code coverage by @dmtucker in #159
- Simplify project dependencies by @dmtucker in #167
- Require mypy >= 1.0 by @dmtucker in #169
- Remove wheel as a build dependency by @dmtucker in #168
- Generalize MypyResults.from_mypy by @dmtucker in #170
- Require Pytest 7+ by @dmtucker in #171
- Use config.stash to store the results path by @dmtucker in #172
- Replace attrs with dataclasses by @dmtucker in #173
- Create MypyConfigStash by @dmtucker in #174
- Refactor xdist integration by @dmtucker in #175
- Add strict type-checking by @dmtucker in #178
- Add --mypy-no-status-check by @dmtucker in #179
- Add --mypy-xfail by @dmtucker in #180
- Move results path cleanup to pytest_unconfigure by @dmtucker in #181
- Remove MypyWarning by @dmtucker in #182
- Replace MypyItem.MARKER with item_marker by @dmtucker in #183
- Create MypyCollectionPlugin by @dmtucker in #184
- Add support for Python 3.13 by @dmtucker in #185
- Drop support for Python 3.7 by @dmtucker in #186
- Resolve PYTHONWARNDEFAULTENCODING warnings by @dmtucker in #189
- Make MypyResults line-based by @dmtucker in #191
- Add test_name_formatter by @dmtucker in #192
- Add --mypy-report-style by @dmtucker in #193
Full Changelog: v0.10.3...v1.0.0
v0.10.3
What's Changed
Full Changelog: v0.10.2...v0.10.3
v0.10.2
What's Changed
Full Changelog: v0.10.1...v0.10.2
v0.10.1
v0.10.0
What's Changed
- Drop Python 3.5 support by @dmtucker in #136
- Xfail python/mypy#13701 by @dmtucker in #140
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Update test deps by @dmtucker in #121
- Drop support for pytest<4.6 by @dmtucker in #95
- feat: Allow pytest-mypy to pass mypy custom config file via flag by @Mohsin-Ul-Islam in #125
- Test python3.10 by @dmtucker in #127
- Require pytest 6.2+ on python 3.10+ by @dmtucker in #128
- Update the changelog for 0.9.0 by @dmtucker in #130
New Contributors
- @Mohsin-Ul-Islam made their first contribution in #125
Full Changelog: v0.8.1...v0.9.0