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
@@ -170,9 +170,10 @@ Features
170
170
noticing type errors indicating incorrect usage. If you run into an error that
171
171
you believe to be incorrect, please let us know in an issue.
172
172
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.
176
177
177
178
178
179
- `#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