diff --git a/src/_pytest/terminal.py b/src/_pytest/terminal.py index e8fc22167..b3b8226c7 100644 --- a/src/_pytest/terminal.py +++ b/src/_pytest/terminal.py @@ -1076,7 +1076,6 @@ class TerminalReporter: self, which_reports: str, sep_title: str, - *, needed_opt: str | None = None, ) -> None: if self.config.option.tbstyle != "no":