From 0d53641c5cc2140f2235c5c21194b4e31787d243 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Fri, 17 Apr 2026 08:30:00 -0400 Subject: [PATCH] nvbug6084615: Don't assert anything about content of nvmlSystemGetDriverBranch --- cuda_core/tests/system/test_system_system.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cuda_core/tests/system/test_system_system.py b/cuda_core/tests/system/test_system_system.py index cb260a0e0af..d21b8d7bf09 100644 --- a/cuda_core/tests/system/test_system_system.py +++ b/cuda_core/tests/system/test_system_system.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 @@ -101,4 +101,3 @@ def test_get_driver_branch(): driver_branch = system.get_driver_branch() assert isinstance(driver_branch, str) assert len(driver_branch) > 0 - assert driver_branch[0] == "r"