From cdd4fe58e5784be5c300ca2d39d0d74e327cef9c Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 17 Jul 2025 10:29:14 +0200 Subject: [PATCH] Update conftest.py --- conftest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conftest.py b/conftest.py index d59aa171..4dc52630 100644 --- a/conftest.py +++ b/conftest.py @@ -18,7 +18,6 @@ def pytest_runtest_makereport(item, call): entry["params"] = request.funcargs runtime_params.append(entry) - -def pytest_sessionfinish(session, exitstatus): + with open("ci-reports/markdown/runtime_params.json", "w") as f: json.dump(runtime_params, f, indent=2)