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 edbc318 commit 72ea9c7Copy full SHA for 72ea9c7
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