Skip to content

Commit 78e00a5

Browse files
Nissan Powclaude
andcommitted
test: remove BATCH_CLIENT_PARAMS xfail, now in core
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a368b2b commit 78e00a5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

test/unit/localbatch/test_localbatch.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,7 @@ def test_inject_env_is_visible_inside_container(self):
333333
# ---------------------------------------------------------------------------
334334

335335

336-
_NEEDS_CORE_BATCH_PARAMS = pytest.mark.xfail(
337-
reason="requires npow/core-deployer-changes: BATCH_CLIENT_PARAMS must be added "
338-
"to metaflow_config.py so METAFLOW_BATCH_CLIENT_PARAMS env var is recognized",
339-
strict=False,
340-
)
336+
_NEEDS_CORE_BATCH_PARAMS = lambda f: f # no-op: BATCH_CLIENT_PARAMS now in core
341337

342338

343339
@pytest.mark.docker

0 commit comments

Comments
 (0)