Skip to content

Releases: davidfritzsche/pytest-mypy-testing

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

24 Apr 23:03
Compare
Choose a tag to compare
  • 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

29 Mar 15:08
Compare
Choose a tag to compare

Update the plugin to work with pytest 5.4

v0.0.5 - CI improvements

29 Mar 10:03
Compare
Choose a tag to compare
  • 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

16 Jan 23:03
Compare
Choose a tag to compare
  • 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

07 Jan 00:01
Compare
Choose a tag to compare
  • Dual license the code under Apache 2.0 or MIT
  • Create Python 3 only wheel

v0.0.2 - Reproducible Python Wheels

05 Jan 00:18
Compare
Choose a tag to compare
  • Add invoke task build to create a reproducible wheel by setting SOURCE_DATE_EPOCH based on the timestamp of the Git HEAD commit.