We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5a291 commit 0421031Copy full SHA for 0421031
1 file changed
experimental/cuda-lang/test/conftest.py
@@ -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