From 108f99086d59bae49b7bbe29d972133c569898c1 Mon Sep 17 00:00:00 2001 From: Aleksandr Brodin Date: Tue, 26 Mar 2024 15:38:24 +0700 Subject: [PATCH] update exception spec description --- src/_pytest/hookspec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =======================