Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f085995a
"vllm/vscode:/vscode.git/clone" did not exist on "73f635a75f8a7b6655d45a26e34ac7b9a3ad11fd"
Unverified
Commit
f085995a
authored
Oct 22, 2024
by
Cyrus Leung
Committed by
GitHub
Oct 21, 2024
Browse files
[CI/Build] Remove unnecessary `fork_new_process` (#9484)
parent
b7299011
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/utils.py
tests/utils.py
+1
-1
No files found.
tests/utils.py
View file @
f085995a
...
@@ -587,7 +587,7 @@ def large_gpu_test(*, min_gb: int):
...
@@ -587,7 +587,7 @@ def large_gpu_test(*, min_gb: int):
)
)
def
wrapper
(
f
:
Callable
[
_P
,
None
])
->
Callable
[
_P
,
None
]:
def
wrapper
(
f
:
Callable
[
_P
,
None
])
->
Callable
[
_P
,
None
]:
return
test_skipif
(
f
ork_new_process_for_each_test
(
f
)
)
return
test_skipif
(
f
)
return
wrapper
return
wrapper
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment