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
087c6ffc
Unverified
Commit
087c6ffc
authored
Sep 17, 2025
by
Michael Goin
Committed by
GitHub
Sep 17, 2025
Browse files
[CI Bugfix] Fix failing test_invalid_env (#25078)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
4a2d33e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/kernels/attention/test_attention_selector.py
tests/kernels/attention/test_attention_selector.py
+1
-1
No files found.
tests/kernels/attention/test_attention_selector.py
View file @
087c6ffc
...
@@ -368,4 +368,4 @@ def test_invalid_env(use_v1: bool, monkeypatch: pytest.MonkeyPatch):
...
@@ -368,4 +368,4 @@ def test_invalid_env(use_v1: bool, monkeypatch: pytest.MonkeyPatch):
# Should raise ValueError for invalid backend
# Should raise ValueError for invalid backend
with
pytest
.
raises
(
ValueError
)
as
exc_info
:
with
pytest
.
raises
(
ValueError
)
as
exc_info
:
get_attn_backend
(
32
,
torch
.
float16
,
None
,
16
,
False
)
get_attn_backend
(
32
,
torch
.
float16
,
None
,
16
,
False
)
assert
"Invalid
attention backend:
'INVALID'"
in
str
(
exc_info
.
value
)
assert
"Invalid
value
'INVALID'"
in
str
(
exc_info
.
value
)
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