mirror of https://github.com/pytest-dev/pytest.git
[7.0.x] Fix typo in deprecation documentation
This commit is contained in:
parent
64faaa5e27
commit
6a2f177fce
|
@ -282,7 +282,7 @@ The ``pytest_warning_captured`` hook
|
|||
|
||||
This hook has an `item` parameter which cannot be serialized by ``pytest-xdist``.
|
||||
|
||||
Use the ``pytest_warning_recored`` hook instead, which replaces the ``item`` parameter
|
||||
Use the ``pytest_warning_recorded`` hook instead, which replaces the ``item`` parameter
|
||||
by a ``nodeid`` parameter.
|
||||
|
||||
The ``pytest.collect`` module
|
||||
|
|
Loading…
Reference in New Issue