We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add0ba1 commit 9f530b6Copy full SHA for 9f530b6
cuda_core/tests/test_event.py
@@ -118,6 +118,7 @@ def test_error_timing_recorded():
118
119
# TODO: improve this once path finder can find headers
120
@pytest.mark.skipif(os.environ.get("CUDA_PATH") is None, reason="need libcu++ header")
121
+@pytest.mark.skipif(tuple(int(i) for i in np.__version__.split(".")[:2]) < (2, 1), reason="need numpy 2.1.0+")
122
def test_error_timing_incomplete():
123
device = Device()
124
device.set_current()
0 commit comments