We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da2c82 commit f7deec9Copy full SHA for f7deec9
cuda_python_test_helpers/__init__.py
@@ -19,8 +19,6 @@ def _detect_wsl() -> bool:
19
20
IS_WSL: bool = _detect_wsl()
21
22
-skip_on_wsl = pytest.mark.skipif(IS_WSL, reason="WSL does not support this test")
23
-
24
25
def supports_ipc_mempool(device_id: Union[int, object]) -> bool:
26
"""Return True if the driver accepts creating an IPC-enabled mempool.
0 commit comments