We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935410b commit ff05460Copy full SHA for ff05460
1 file changed
src/_pytest/fixtures.py
@@ -899,7 +899,6 @@ def execute(self, request):
899
functools.partial(self.finish, request=request)
900
)
901
902
-
903
my_cache_key = self.cache_key(request)
904
cached_result = getattr(self, "cached_result", None)
905
if cached_result is not None:
0 commit comments