summaryrefslogtreecommitdiff
path: root/lib/spack/external/_pytest/vendored_packages/pluggy.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/external/_pytest/vendored_packages/pluggy.py')
-rw-r--r--lib/spack/external/_pytest/vendored_packages/pluggy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/external/_pytest/vendored_packages/pluggy.py b/lib/spack/external/_pytest/vendored_packages/pluggy.py
index 9c13932b36..aebddad01d 100644
--- a/lib/spack/external/_pytest/vendored_packages/pluggy.py
+++ b/lib/spack/external/_pytest/vendored_packages/pluggy.py
@@ -540,7 +540,7 @@ class PluginManager(object):
of HookImpl instances and the keyword arguments for the hook call.
``after(outcome, hook_name, hook_impls, kwargs)`` receives the
- same arguments as ``before`` but also a :py:class:`_CallOutcome`` object
+ same arguments as ``before`` but also a :py:class:`_CallOutcome <_pytest.vendored_packages.pluggy._CallOutcome>` object
which represents the result of the overall hook call.
"""
return _TracedHookExecution(self, before, after).undo