Skip to content

Commit 0d53641

Browse files
committed
nvbug6084615: Don't assert anything about content of nvmlSystemGetDriverBranch
1 parent d818a75 commit 0d53641

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cuda_core/tests/system/test_system_system.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

@@ -101,4 +101,3 @@ def test_get_driver_branch():
101101
driver_branch = system.get_driver_branch()
102102
assert isinstance(driver_branch, str)
103103
assert len(driver_branch) > 0
104-
assert driver_branch[0] == "r"

0 commit comments

Comments
 (0)