diff --git a/src/_pytest/fixtures.py b/src/_pytest/fixtures.py index 964b16e2997..4b89b1cdbb4 100644 --- a/src/_pytest/fixtures.py +++ b/src/_pytest/fixtures.py @@ -899,7 +899,7 @@ def execute(self, request): return hook.pytest_fixture_setup(fixturedef=self, request=request) def __repr__(self): - return "" % ( + return "" % ( self.argname, self.scope, self.baseid,