File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 import cuda_python_test_helpers
2727
2828# If we imported the package instead of the module, get the actual module
29- if hasattr (cuda_python_test_helpers , ' __path__' ):
29+ if hasattr (cuda_python_test_helpers , " __path__" ):
3030 # We imported the package, need to get the actual module
3131 import cuda_python_test_helpers .cuda_python_test_helpers as cuda_python_test_helpers
3232
3535supports_ipc_mempool = cuda_python_test_helpers .supports_ipc_mempool
3636
3737
38- del cuda_python_test_helpers
38+ del cuda_python_test_helpers
Original file line number Diff line number Diff line change 33
44import pytest
55from cuda .bindings import runtime as cudart
6-
76from helpers import IS_WSL
87
8+
99@pytest .mark .skipif (IS_WSL , reason = "Graphics interop not supported on this platform" )
1010def test_graphics_api_smoketest ():
1111 # Due to lazy importing in pyglet, pytest.importorskip doesn't work
You can’t perform that action at this time.
0 commit comments