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