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 83349d7 commit 51bfeb1Copy full SHA for 51bfeb1
1 file changed
src/_pytest/fixtures.py
@@ -898,7 +898,6 @@ def execute(self, request):
898
functools.partial(self.finish, request=request)
899
)
900
901
-
902
my_cache_key = self.cache_key(request)
903
cached_result = getattr(self, "cached_result", None)
904
if cached_result is not None:
0 commit comments