From 0aeb24a54078e033d9a3a45f6519c80a7438ed58 Mon Sep 17 00:00:00 2001 From: Kai Harder Date: Tue, 12 Aug 2025 09:42:01 +0000 Subject: [PATCH] Add pytest-randomly --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9b55bda..38cfd58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,7 @@ test = [ "pytest-cov==6.2.1", "coverage==7.10.3", "diff-cover==9.6.0", + "pytest-randomly==3.16.0", ] [tool.setuptools.packages.find]