Skip to content

Commit ff05460

Browse files
committed
fixup! avoid exponential recursion by checking if already added
1 parent 935410b commit ff05460

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_pytest/fixtures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,6 @@ def execute(self, request):
899899
functools.partial(self.finish, request=request)
900900
)
901901

902-
903902
my_cache_key = self.cache_key(request)
904903
cached_result = getattr(self, "cached_result", None)
905904
if cached_result is not None:

0 commit comments

Comments
 (0)