From 60715fa17d1699a8e2be13d6df50a1bd874959c4 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Wed, 19 Nov 2025 09:53:35 -0500 Subject: [PATCH] test: add `pytest-randomly` to `cuda_pathfinder` --- cuda_pathfinder/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cuda_pathfinder/pyproject.toml b/cuda_pathfinder/pyproject.toml index c18c204db2..32540d9bb5 100644 --- a/cuda_pathfinder/pyproject.toml +++ b/cuda_pathfinder/pyproject.toml @@ -13,6 +13,7 @@ dependencies = [] [dependency-groups] test = [ "pytest>=6.2.4", + "pytest-randomly", ] # Internal organization of test dependencies. cu12 = [