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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,8 @@ Deprecations
140
140
The special ``-k 'expr:'`` syntax to ``-k`` is deprecated. Please open an issue
141
141
if you use this and want a replacement.
142
142
143
+
- `#4049 <https://github.com/pytest-dev/pytest/issues/4049>`_: ``pytest_warning_captured`` is deprecated in favor of the ``pytest_warning_recorded`` hook.
144
+
143
145
144
146
Features
145
147
--------
@@ -177,7 +179,7 @@ Features
177
179
178
180
- `#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.
179
181
180
-
This hook is meant to replace `pytest_warning_captured`, which will be removed in a future release.
182
+
This hook is meant to replace `pytest_warning_captured`, which is deprecated and will be removed in a future release.
181
183
182
184
183
185
- `#6471 <https://github.com/pytest-dev/pytest/issues/6471>`_: New command-line flags:
0 commit comments