Skip to content

Commit

Permalink
Merge pull request #9751 from fabianegli/main
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Mar 11, 2022
2 parents 4a8f8ad + 7f924b1 commit 3e4c14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/deprecations.rst
Expand Up @@ -301,7 +301,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.


Expand Down

0 comments on commit 3e4c14b

Please sign in to comment.