diff --git a/src/_pytest/terminal.py b/src/_pytest/terminal.py index 4e5e8623c..2904995c6 100644 --- a/src/_pytest/terminal.py +++ b/src/_pytest/terminal.py @@ -160,8 +160,7 @@ def pytest_addoption(parser: Parser) -> None: dest="foldskipped", choices=["no", "yes"], default="yes", - help="Whether to fold skipped tests in short summary or not. " - "Default: yes.", + help="Whether to fold skipped tests in short summary or not. " "Default: yes.", ) group._addoption( "-q",