Skip to content

Releases: davidfritzsche/pytest-mypy-testing

v0.0.7 - Pass --check-untyped-defs to mypy and respect pytest config python_files

Choose a tag to compare

@davidfritzsche davidfritzsche released this 24 Apr 23:03
  • Always pass --check-untyped-defs to mypy (#11)
  • Respect pytest config python_files when identifying pytest test modules (#12)
  • Fix PYTEST_VERSION_INFO - by @blueyed (#8)

v0.0.6 - Add pytest 5.4 support

Choose a tag to compare

@davidfritzsche davidfritzsche released this 29 Mar 15:08

Update the plugin to work with pytest 5.4

v0.0.5 - CI improvements

Choose a tag to compare

@davidfritzsche davidfritzsche released this 29 Mar 10:03
  • 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

Choose a tag to compare

@davidfritzsche davidfritzsche released this 16 Jan 23:03
  • 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

Choose a tag to compare

@davidfritzsche davidfritzsche released this 07 Jan 00:01
  • Dual license the code under Apache 2.0 or MIT
  • Create Python 3 only wheel

v0.0.2 - Reproducible Python Wheels

Choose a tag to compare

@davidfritzsche davidfritzsche released this 05 Jan 00:18
  • Add invoke task build to create a reproducible wheel by setting SOURCE_DATE_EPOCH based on the timestamp of the Git HEAD commit.