From ca7e9cc45f7971f1a65e98b28cc8a7cc7b0de12c Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sun, 20 Jul 2025 22:46:32 +0200 Subject: [PATCH] Update conftest.py --- conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conftest.py b/conftest.py index c1dff967b..3a79e718e 100644 --- a/conftest.py +++ b/conftest.py @@ -46,7 +46,6 @@ def pytest_runtest_makereport(item, call): def pytest_sessionfinish(session, exitstatus): os.makedirs("ci-reports/markdown", exist_ok=True) - print("✅ Dumping runtime_params.json...") with open("ci-reports/markdown/runtime_params.json", "w") as f: json.dump(all_data, f, indent=2) '''