Skip to content

Commit a0aff8a

Browse files
committed
undo
1 parent 94b1b9f commit a0aff8a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

eval_protocol/pytest/evaluation_test.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -739,14 +739,6 @@ async def _collect_result(config, lst):
739739
)
740740
pytest_wrapper = pytest.mark.asyncio(pytest_wrapper)
741741

742-
ep_params: dict[str, Any] = {
743-
"rollout_processor": rollout_processor,
744-
"server_script_path": server_script_path,
745-
"mcp_config_path": mcp_config_path,
746-
"rollout_processor_kwargs": rollout_processor_kwargs,
747-
"mode": mode,
748-
}
749-
750742
# Create the dual mode wrapper
751743
dual_mode_wrapper = create_dual_mode_wrapper(
752744
test_func, mode, max_concurrent_rollouts, max_concurrent_evaluations, pytest_wrapper
@@ -757,7 +749,6 @@ async def _collect_result(config, lst):
757749
# with @evaluation_test.
758750
dual_mode_wrapper.__test__ = True
759751

760-
setattr(dual_mode_wrapper, "__ep_params__", ep_params)
761752
return dual_mode_wrapper # pyright: ignore[reportReturnType, reportUnknownVariableType]
762753

763754
return decorator

0 commit comments

Comments
 (0)