Remove unused params

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2026-05-13 13:30:01 +03:00 committed by GitHub
parent 4dc442fb01
commit e9855d1705
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,9 +24,7 @@ def pytest_report_header(config: pytest.Config) -> str:
return f"pytest_report_header failed: {e}"
def pytest_terminal_summary(
terminalreporter: pytest.TerminalReporter, exitstatus: int, config: pytest.Config
) -> None:
def pytest_terminal_summary(terminalreporter: pytest.TerminalReporter) -> None:
if (
FREE_THREADED_BUILD
and not gil_enabled_at_start