Skip to content

Commit 1a18dfd

Browse files
committed
doc: mention mypy<0.750 doesn't work in typing changelog
1 parent 2a8dcc9 commit 1a18dfd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/en/changelog.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,10 @@ Features
170170
noticing type errors indicating incorrect usage. If you run into an error that
171171
you believe to be incorrect, please let us know in an issue.
172172

173-
The types were developed against mypy version 0.780. Older versions may work,
174-
but we recommend using at least this version. Other type checkers may work as
175-
well, but they are not officially verified to work by pytest yet.
173+
The types were developed against mypy version 0.780. Versions before 0.750
174+
are known not to work. We recommend using the latest version. Other type
175+
checkers may work as well, but they are not officially verified to work by
176+
pytest yet.
176177

177178

178179
- `#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.

0 commit comments

Comments
 (0)