From 390c221862551145bb4e31044c102d6570803a54 Mon Sep 17 00:00:00 2001 From: smathis Date: Fri, 5 Dec 2025 16:45:18 +0100 Subject: [PATCH] Removed newlines from parser help text --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 95f7f3a..1a2f7a0 100755 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -57,7 +57,7 @@ def pytest_addoption(parser): - CRITICAL: Not used All error levels higher than the defined one are forwarded to the Pytest logger. - """) + """).replace("\n", " ") )