Skip to content

Commit 6e5114e

Browse files
Update cuda_core/tests/test_linker.py
Co-authored-by: Leo Fang <[email protected]>
1 parent d473c24 commit 6e5114e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cuda_core/tests/test_linker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ def skip_version_specific_linker_options():
5353
except nvjitlink.nvJitLinkError as e:
5454
if e.status == nvjitlink.Result.ERROR_UNRECOGNIZED_OPTION:
5555
pytest.skip("current nvjitlink version does not support the option provided")
56-
except Exception as e:
57-
raise e
5856

5957

6058
culink_options = [

0 commit comments

Comments
 (0)