Skip to content

Commit b735a05

Browse files
committed
Remove exitstatus from pytest_terminal_summary
1 parent ee41afe commit b735a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_django/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def pytest_runtest_call(item):
339339
item.add_report_section('call', 'queries', context.captured_queries)
340340

341341

342-
def pytest_terminal_summary(terminalreporter, exitstatus):
342+
def pytest_terminal_summary(terminalreporter):
343343
count_parameter = terminalreporter.config.option.querycount
344344
if count_parameter is None:
345345
return

0 commit comments

Comments
 (0)