The vllm config context was only active during init_distributed_environment
and initialize_model_parallel, but not during the actual test worker
execution. DeepEP v2's maybe_make_prepare_finalize calls
get_current_vllm_config() to read enforce_eager, which fails without
the context.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Tyler Michael Smith <tlrmchlsmth@gmail.com>