From dfa783ae0f402e9643669bc698f0aa5f9783e4ab 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 f851af87c9..5bd01e8eab 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", ]