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 b9436c1 commit 9874e89Copy full SHA for 9874e89
numba_dpex/tests/_helper.py
@@ -122,7 +122,7 @@ def is_windows():
122
]
123
124
skip_no_gdb = pytest.mark.skipif(
125
- config.TESTING_SKIP_NO_DEBUGGING and not shutil.which("gdb-oneapi"),
+ config.TESTING_SKIP_NO_DEBUGGING or not shutil.which("gdb-oneapi"),
126
reason="Intel® Distribution for GDB* is not available",
127
)
128
0 commit comments