[ci][test] finalize fork_new_process_for_each_test (#7114)

This commit is contained in:
youkaichao
2024-08-03 10:44:53 -07:00
committed by GitHub
parent 67d745cc68
commit 44dcb52e39

View File

@@ -360,6 +360,9 @@ def wait_for_gpu_memory_to_clear(devices: List[int],
def fork_new_process_for_each_test(f):
"""Decorator to fork a new process for each test function.
See https://github.com/vllm-project/vllm/issues/7053 for more details.
"""
@functools.wraps(f)
def wrapper(*args, **kwargs):