- Breaking: Drop python3.7 support
- Add
pyproject.tomlconfig file support with--mypy-pyproject-toml-fileoption
- Add
tox.inifile tosdistpackage - Add
requirements.txtfile tosdistpackage - Add
pyproject.tomlfile tosdistpackage
- Use
jinja2instead ofchevronfor templating - Allow parametrizing
mypy_configfield in tests - Bump minimal
mypyandpytestversions
- Also include
mypy.iniandpytest.initosdistpackage
- Adds
tests/subfolder tosdistpackage
- Adds
python3.11support and promise aboutpython3.12support - Removes
pkg_resourcesto usepackaginginstead
- Removes unused depenencies for
python < 3.7 - Fixes compatibility with pytest 7.2, broken due to a private import from
py._path.
- Changes how
mypy>=0.970handlesMYPYPATH - Bumps minimal
mypyversion tomypy>=0.970 - Drops
python3.6support
- Fixes
DeprecationWarningfor usingpy.LocalPathforpytest>=7.0#89
- 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
- Fixes that
regexanddataclassesdependencies were not listed insetup.py
- Adds
regexsupport in matching test output - Adds a flag for expected failures
- Replaces deprecated
pystachewithchevron
- Updates
mypy
We missed this released by mistake.
- Adds
--mypy-only-local-stubCLI flag to ignore errors in site-packages
- Changes how
MYPYPATHandPYTHONPATHare calcualted. We now expand$PWDvariable and also include relative paths specified inenv:section
- Adds
python3.9support - Bumps required version of
pytestto>=6.0 - Bumps required version of
mypyto>=0.790
- Moves from Travis to Github Actions
- Adds
PYTHONPATHandMYPYPATHspecial handling