Skip to content

Commit 6ca46b3

Browse files
author
vyuroshchin
committed
minimum python3.10 and pytest8.0
1 parent a8ce93e commit 6ca46b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_timeout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def pytest_report_header(config):
227227

228228
session_timeout = config.getoption("session_timeout")
229229
if session_timeout:
230-
timeout_header.append(f"session timeout: {session_timeout}s")
230+
timeout_header.append("session timeout: %ss" % session_timeout)
231231
if timeout_header:
232232
return timeout_header
233233
return None

0 commit comments

Comments
 (0)