We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efb2d5 commit 0570c1cCopy full SHA for 0570c1c
1 file changed
cuda_core/tests/system/conftest.py
@@ -12,7 +12,7 @@
12
if system.CUDA_BINDINGS_NVML_IS_COMPATIBLE:
13
from cuda.bindings._test_helpers.arch_check import hardware_supports_nvml
14
15
- SHOULD_SKIP_NVML_TESTS &= not hardware_supports_nvml()
+ SHOULD_SKIP_NVML_TESTS |= not hardware_supports_nvml()
16
17
18
skip_if_nvml_unsupported = pytest.mark.skipif(
0 commit comments