Skip to content

Commit bfb518e

Browse files
committed
Re-enable test
1 parent aa31400 commit bfb518e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cuda_core/tests/system/test_system_system.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
except ImportError:
1313
from cuda import cuda as driver
1414

15-
import helpers
16-
1715
from cuda.core import system
1816
from cuda.core._utils.cuda_utils import handle_return
1917

@@ -62,7 +60,6 @@ def test_nvml_version():
6260
assert 0 <= ver_patch[0] <= 99
6361

6462

65-
@pytest.mark.skipif(helpers.IS_WSL, reason="Process names may not be available on WSL")
6663
@skip_if_nvml_unsupported
6764
def test_get_process_name():
6865
try:

0 commit comments

Comments
 (0)