From f1fd2bcb1e2ade193c64de2c37dc805495c061d5 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:40:06 -0500 Subject: [PATCH] chore(deps): add pytest-randomly --- cuda_bindings/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cuda_bindings/pyproject.toml b/cuda_bindings/pyproject.toml index 40ced6850c..b2ead7c353 100644 --- a/cuda_bindings/pyproject.toml +++ b/cuda_bindings/pyproject.toml @@ -46,6 +46,7 @@ test = [ "pytest>=6.2.4", "pytest-benchmark>=3.4.1", "pytest-repeat", + "pytest-randomly", "pyglet>=2.1.9", ]