mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
test: remove redundant integration harness commentary
This commit is contained in:
parent
48ccdba129
commit
474fd5ff8d
1 changed files with 0 additions and 2 deletions
|
|
@ -12,8 +12,6 @@ def is_owned(process: psutil.Process, identity: str, owner_uid: int) -> bool:
|
|||
|
||||
|
||||
def owned_processes(identity: str, owner_uid: int) -> tuple[psutil.Process, ...]:
|
||||
# The runner invokes this helper with sudo. Unreadable ownership remains a hard
|
||||
# failure: skipping it would make a successful cleanup unverifiable.
|
||||
return tuple(process for process in psutil.process_iter() if is_owned(process, identity, owner_uid))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue