Skip to content

Commit b47a51e

Browse files
committed
remove useless override
1 parent 61d066d commit b47a51e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eval_protocol/pytest/plugin.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,6 @@ def pytest_configure(config) -> None:
270270
[json.loads(s) for s in config.getoption("--ep-completion-params") or []]
271271
)
272272

273-
if config.getoption("--ep-remote-rollout-processor-base-url"):
274-
os.environ["EP_REMOTE_ROLLOUT_PROCESSOR_BASE_URL"] = config.getoption("--ep-remote-rollout-processor-base-url")
275-
276273
# Allow ad-hoc overrides of input params via CLI flags
277274
try:
278275
merged: dict = {}

0 commit comments

Comments
 (0)