"ssh:/git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "1072b7240a67dc85aca31eb89dc3ea8ca475e147"
Unverified Commit 91eb0ed8 authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

fix: test_cuda_version_consistency.py - remove wrong marker (#5338)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent 4f6996c7
...@@ -80,7 +80,6 @@ def keep_pip_line(line: str) -> bool: ...@@ -80,7 +80,6 @@ def keep_pip_line(line: str) -> bool:
return not name.startswith(IGNORE_PIP_PREFIXES) return not name.startswith(IGNORE_PIP_PREFIXES)
@pytest.mark.cuda
def test_cuda_major_consistency() -> None: def test_cuda_major_consistency() -> None:
""" """
Collect CUDA major versions (12/13) from predefined signals and assert consistency. Collect CUDA major versions (12/13) from predefined signals and assert consistency.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment