Skip to content

Commit 5b9cf85

Browse files
committed
Restore numpy GH #28632 reference in skip reason
Made-with: Cursor
1 parent 1bde1a4 commit 5b9cf85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/tests/test_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def test_cooperative_launch():
290290
"device_memory_resource", # kludgy, but can go away after #726 is resolved
291291
pytest.param(
292292
LegacyPinnedMemoryResource,
293-
marks=requires_module(np, "2.2.5"),
293+
marks=requires_module(np, "2.2.5", reason="need numpy 2.2.5+ (numpy GH #28632)"),
294294
),
295295
],
296296
)

0 commit comments

Comments
 (0)