From 46a85f2904992b7a61018da53429c938e1289b23 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 28 Mar 2026 08:38:57 +0000 Subject: [PATCH] remove env-include --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13d477f..40fe93c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = ["pre-commit"] [tool.hatch.envs.e] dependencies = ["keyboard"] -env-include = ["OBSWS_*"] +# env-include = ["OBSWS_*"] # causes issues on Windows. [tool.hatch.envs.e.scripts] events = "python -m examples.events" @@ -47,7 +47,7 @@ scene-rotate = "python -m examples.scene_rotate" [tool.hatch.envs.hatch-test] randomize = true -env-include = ["OBSWS_*"] +# env-include = ["OBSWS_*"] # causes issues on Windows. [tool.hatch.envs.hatch-test.scripts] run = "pytest{env:HATCH_TEST_ARGS:} {args}"