We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f325c11 commit 4272269Copy full SHA for 4272269
cuda_bindings/tests/conftest.py
@@ -5,8 +5,9 @@
5
import sys
6
from importlib.metadata import PackageNotFoundError, distribution
7
8
-import cuda.bindings.driver as cuda
9
import pytest
+
10
+import cuda.bindings.driver as cuda
11
from cuda.bindings._test_helpers.arch_check import hardware_supports_nvml
12
13
# Import shared test helpers for tests across subprojects.
cuda_bindings/tests/test_arch_check.py
@@ -3,6 +3,7 @@
3
4
from cuda.bindings import nvml
from cuda.bindings._test_helpers import arch_check
from cuda.pathfinder import DynamicLibNotFoundError
0 commit comments