We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a508c6 commit 6e47aedCopy full SHA for 6e47aed
numba_cuda/numba/cuda/tests/cudadrv/test_nvjitlink.py
@@ -261,7 +261,8 @@ def kernel():
261
262
263
@unittest.skipIf(
264
- not PYNVJITLINK_INSTALLED, reason="Pynvjitlink is not installed"
+ not PYNVJITLINK_INSTALLED or not TEST_BIN_DIR,
265
+ reason="pynvjitlink not enabled"
266
)
267
class TestLinkerUsage(CUDATestCase):
268
"""Test that whether pynvjitlink can be enabled by both environment variable
0 commit comments