ensure tests are randomized

This commit is contained in:
onyx-and-iris 2025-05-28 14:27:41 +01:00
parent 49f918db00
commit 36e260efde

View File

@ -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"]