mirror of https://github.com/pytest-dev/pytest.git
fixup: summary_failures_combined arg needed_opt is not kwonly on 8.2.x
This commit is contained in:
parent
4f7ada5b6a
commit
cffcbdfbba
|
@ -1076,7 +1076,6 @@ class TerminalReporter:
|
||||||
self,
|
self,
|
||||||
which_reports: str,
|
which_reports: str,
|
||||||
sep_title: str,
|
sep_title: str,
|
||||||
*,
|
|
||||||
needed_opt: str | None = None,
|
needed_opt: str | None = None,
|
||||||
) -> None:
|
) -> None:
|
||||||
if self.config.option.tbstyle != "no":
|
if self.config.option.tbstyle != "no":
|
||||||
|
|
Loading…
Reference in New Issue