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) '''