Releases: davidfritzsche/pytest-mypy-testing
Releases · davidfritzsche/pytest-mypy-testing
v0.0.7 - Pass --check-untyped-defs to mypy and respect pytest config python_files
v0.0.6 - Add pytest 5.4 support
Update the plugin to work with pytest 5.4
v0.0.5 - CI improvements
- Make invoke tasks work (partially) on Windows
- Add an invoke task to run tox environments by selecting globs (e.g.,
inv tox -e py-*
) - Use coverage directly for code coverage to get more consistent parallel run results
- Use flit fork dflit to make packaging work with
LICENSES
directory - Bump dependencies
v0.0.4 - Fix diff behavior when there are multiple mypy notes for a single line
- Fix diff behavior when there are multiple mypy messages (notes, warnings, errors) for a single line. This can happen when mypy prints some explanatory note or if there are actually multiple errors in one line.
- bump versions of dependencies
- Fix trove license classifier from Apple to Apache
v0.0.3 - Dual licensing (Apache 2.0 or MIT), create Python 3 only wheel
- Dual license the code under Apache 2.0 or MIT
- Create Python 3 only wheel
v0.0.2 - Reproducible Python Wheels
- Add invoke task
build
to create a reproducible wheel by settingSOURCE_DATE_EPOCH
based on the timestamp of the Git HEAD commit.