Skip to content

Commit 0421031

Browse files
committed
[Testing] Allow optional experimental module test to be skipped
Signed-off-by: Jay Gu <jagu@nvidia.com>
1 parent 6d5a291 commit 0421031

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SPDX-FileCopyrightText: Copyright (c) <2026> NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
import pytest
6+
7+
pytest.importorskip("cuda.lang", reason="Skipping cuda-lang test: module not found")

0 commit comments

Comments
 (0)