You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/en/changelog.rst
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -172,9 +172,10 @@ Features
172
172
noticing type errors indicating incorrect usage. If you run into an error that
173
173
you believe to be incorrect, please let us know in an issue.
174
174
175
-
The types were developed against mypy version 0.780. Older versions may work,
176
-
but we recommend using at least this version. Other type checkers may work as
177
-
well, but they are not officially verified to work by pytest yet.
175
+
The types were developed against mypy version 0.780. Versions before 0.750
176
+
are known not to work. We recommend using the latest version. Other type
177
+
checkers may work as well, but they are not officially verified to work by
178
+
pytest yet.
178
179
179
180
180
181
- `#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