Merge pull request #7531 from bluetech/changelog-mypy-version
doc: mention mypy<0.750 doesn't work in typing changelog
This commit is contained in:
commit
a9799f0b35
|
@ -172,9 +172,10 @@ Features
|
||||||
noticing type errors indicating incorrect usage. If you run into an error that
|
noticing type errors indicating incorrect usage. If you run into an error that
|
||||||
you believe to be incorrect, please let us know in an issue.
|
you believe to be incorrect, please let us know in an issue.
|
||||||
|
|
||||||
The types were developed against mypy version 0.780. Older versions may work,
|
The types were developed against mypy version 0.780. Versions before 0.750
|
||||||
but we recommend using at least this version. Other type checkers may work as
|
are known not to work. We recommend using the latest version. Other type
|
||||||
well, but they are not officially verified to work by pytest yet.
|
checkers may work as well, but they are not officially verified to work by
|
||||||
|
pytest yet.
|
||||||
|
|
||||||
|
|
||||||
- `#4049 <https://github.com/pytest-dev/pytest/issues/4049>`_: Introduced a new hook named `pytest_warning_recorded` to convey information about warnings captured by the internal `pytest` warnings plugin.
|
- `#4049 <https://github.com/pytest-dev/pytest/issues/4049>`_: Introduced a new hook named `pytest_warning_recorded` to convey information about warnings captured by the internal `pytest` warnings plugin.
|
||||||
|
|
Loading…
Reference in New Issue