- 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.970
handlesMYPYPATH
- Bumps minimal
mypy
version tomypy>=0.970
- Drops
python3.6
support
- Fixes
DeprecationWarning
for usingpy.LocalPath
forpytest>=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
regex
anddataclasses
dependencies were not listed insetup.py
- Adds
regex
support in matching test output - Adds a flag for expected failures
- Replaces deprecated
pystache
withchevron
- Updates
mypy
We missed this released by mistake.
- Adds
--mypy-only-local-stub
CLI flag to ignore errors in site-packages
- Changes how
MYPYPATH
andPYTHONPATH
are calcualted. We now expand$PWD
variable and also include relative paths specified inenv:
section
- Adds
python3.9
support - Bumps required version of
pytest
to>=6.0
- Bumps required version of
mypy
to>=0.790
- Moves from Travis to Github Actions
- Adds
PYTHONPATH
andMYPYPATH
special handling