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 063335a commit bdad345Copy full SHA for bdad345
_pytest/fixtures.py
@@ -785,7 +785,7 @@ def execute(self, request):
785
return result
786
# we have a previous but differently parametrized fixture instance
787
# so we need to tear it down before creating a new one
788
- self.finish()
+ self.finish(request)
789
assert not hasattr(self, "cached_result")
790
791
hook = self._fixturemanager.session.gethookproxy(request.node.fspath)
0 commit comments