From cffcbdfbba830dd030679649e6f3e9868184051a Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Fri, 21 Jun 2024 09:40:30 +0200 Subject: [PATCH] fixup: summary_failures_combined arg needed_opt is not kwonly on 8.2.x --- src/_pytest/terminal.py | 1 - 1 file changed, 1 deletion(-) 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":