From 9d0be238be632b691710c5ceeb30ffff3c19e9c6 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sun, 20 Jul 2025 22:49:59 +0200 Subject: [PATCH] Update conftest.py --- conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conftest.py b/conftest.py index 6a4cc329a..c09424450 100644 --- a/conftest.py +++ b/conftest.py @@ -1,4 +1,5 @@ # conftest.py +''' import json import os @@ -112,5 +113,4 @@ def pytest_runtest_makereport(item, call): def pytest_sessionfinish(session, exitstatus): os.makedirs("ci-reports/markdown", exist_ok=True) with open("ci-reports/markdown/runtime_params.json", "w") as f: - json.dump(runtime_params, f, indent=2) -''' \ No newline at end of file + json.dump(runtime_params, f, indent=2) \ No newline at end of file