We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d066d commit b47a51eCopy full SHA for b47a51e
eval_protocol/pytest/plugin.py
@@ -270,9 +270,6 @@ def pytest_configure(config) -> None:
270
[json.loads(s) for s in config.getoption("--ep-completion-params") or []]
271
)
272
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
-
276
# Allow ad-hoc overrides of input params via CLI flags
277
try:
278
merged: dict = {}
0 commit comments