From 36e260efde8f729ed70fb3744b7cce53a3a42b15 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 28 May 2025 14:27:41 +0100 Subject: [PATCH] ensure tests are randomized --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c34312..14bf2dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ cli = "obsws-cli {args:}" man = "python man/generate.py --output=./man" [tool.hatch.envs.hatch-test] -dependencies = ["pytest>=8.3.5"] +randomize = true [tool.hatch.envs.types] extra-dependencies = ["mypy>=1.0.0"]