We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa31400 commit bfb518eCopy full SHA for bfb518e
1 file changed
cuda_core/tests/system/test_system_system.py
@@ -12,8 +12,6 @@
12
except ImportError:
13
from cuda import cuda as driver
14
15
-import helpers
16
-
17
from cuda.core import system
18
from cuda.core._utils.cuda_utils import handle_return
19
@@ -62,7 +60,6 @@ def test_nvml_version():
62
60
assert 0 <= ver_patch[0] <= 99
63
61
64
65
-@pytest.mark.skipif(helpers.IS_WSL, reason="Process names may not be available on WSL")
66
@skip_if_nvml_unsupported
67
def test_get_process_name():
68
try:
0 commit comments