diff --git a/conftest.py b/conftest.py index 9f04d4c89..a3804f043 100644 --- a/conftest.py +++ b/conftest.py @@ -1,7 +1,7 @@ # conftest.py import json import os -''' + def safe_serialize(obj): try: json.dumps(obj) @@ -97,3 +97,4 @@ def pytest_sessionfinish(session, exitstatus): with open("ci-reports/markdown/runtime_params.json", "w") as f: json.dump(runtime_params, f, indent=2) +''' \ No newline at end of file