diff --git a/src/_pytest/hookspec.py b/src/_pytest/hookspec.py index ad01893bc..221c0c8a8 100644 --- a/src/_pytest/hookspec.py +++ b/src/_pytest/hookspec.py @@ -874,7 +874,7 @@ def pytest_fixture_post_finalizer( :param request: The fixture request object. :param exception: - The list of exceptions received at the end of the fixtures. + An exception raised in the finalisation of the fixtures. Use in conftest plugins =======================