Skip to content

Releases: typeddjango/pytest-mypy-plugins

Version 1.9.2

19 Oct 10:00
277e9c6
Compare
Choose a tag to compare

Bugfixes

  • Removes usages of distutils #71
  • Fixes multiline messages #66
  • Fixes that empty output test cases was almost ignored #63
  • Fixes output formatting for expected messages #66

Version 1.9.1

08 Sep 11:32
40797e2
Compare
Choose a tag to compare

Bugfixes

  • Fixes that regex and dataclasses dependencies were not listed in setup.py

Version 1.9.0

08 Sep 11:31
b36c963
Compare
Choose a tag to compare

Features

  • Adds regex support in matching test output
  • Adds a flag for expected failures
  • Replaces deprecated pystache with chevron

Misc

  • Updates mypy

Version 1.8.0

07 Sep 19:25
b36c963
Compare
Choose a tag to compare

It was missed by mistake, see 1.9.0

Version 1.7.0

22 May 17:51
5116e0e
Compare
Choose a tag to compare

Features

  • Adds --mypy-only-local-stub CLI flag to ignore errors in site-packages

Version 1.6.1

26 Oct 08:27
4bc3e75
Compare
Choose a tag to compare

Bugfixes

  • Changes how MYPYPATH and PYTHONPATH are calcualted. We now expand $PWD variable and also include relative paths specified in env: section

1.6.0

10 Oct 22:31
ae3671d
Compare
Choose a tag to compare

Features

  • Adds python3.9 support
  • Bumps required version of pytest to >=6.0
  • Bumps required version of mypy to >=0.790

Misc

  • Moves from Travis to Github Actions

Version 1.5.0

10 Oct 22:31
799e645
Compare
Choose a tag to compare

Features

  • Adds PYTHONPATH and MYPYPATH special handling

Version 1.4.0

07 Jul 08:34
b12d3e0
Compare
Choose a tag to compare
  • Adds parametrized option
  • Fixes deprecation warnings for pytest
  • Bumps minimal pytest version to 5.4

1.2.0

13 Dec 09:38
52ffccb
Compare
Choose a tag to compare
  • Windows support
  • Allow to skip tests via skip: True