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
84371daf
Unverified
Commit
84371daf
authored
Nov 24, 2025
by
Nick Hill
Committed by
GitHub
Nov 24, 2025
Browse files
[Tests] Verify gpt_oss package is installed in harmony tests (#29336)
Signed-off-by:
Nick Hill
<
nhill@redhat.com
>
parent
f32c7d6f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
tests/entrypoints/openai/test_response_api_with_harmony.py
tests/entrypoints/openai/test_response_api_with_harmony.py
+5
-1
No files found.
tests/entrypoints/openai/test_response_api_with_harmony.py
View file @
84371daf
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
import
importlib
import
json
import
time
...
...
@@ -35,6 +35,10 @@ GET_WEATHER_SCHEMA = {
@
pytest
.
fixture
(
scope
=
"module"
)
def
server
():
assert
importlib
.
util
.
find_spec
(
"gpt_oss"
)
is
not
None
,
(
"Harmony tests require gpt_oss package to be installed"
)
args
=
[
"--enforce-eager"
,
"--tool-server"
,
"demo"
,
"--max_model_len"
,
"5000"
]
env_dict
=
dict
(
VLLM_ENABLE_RESPONSES_API_STORE
=
"1"
,
...
...
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