Skip to content

Commit 8b0bb5f

Browse files
committed
Remove exitstatus from pytest_terminal_summary
1 parent 594ed3f commit 8b0bb5f

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
@@ -338,7 +338,7 @@ def pytest_runtest_call(item):
338338
item.add_report_section('call', 'queries', context.captured_queries)
339339

340340

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

0 commit comments

Comments
 (0)