We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6908d93 commit c8cf18cCopy full SHA for c8cf18c
_pytest/skipping.py
@@ -377,4 +377,4 @@ def show_skipped(terminalreporter, lines):
377
reason = reason[9:]
378
lines.append(
379
"SKIP [%d] %s:%d: %s" %
380
- (num, fspath, lineno, reason))
+ (num, fspath, lineno + 1, reason))
0 commit comments