From 87709c649e7aeabb211722da95dd10af84b54cbc Mon Sep 17 00:00:00 2001 From: xymy Date: Sat, 9 Dec 2023 10:48:17 +0800 Subject: [PATCH] Misc tweak --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94bc736..e8203f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,8 +112,8 @@ path = "src/gethash/__init__.py" [tool.hatch.envs.default] path = ".venv" -system-packages = true features = ["all", "docs", "lint", "test"] +system-packages = true [tool.hatch.envs.default.env-vars] COVERAGE_FILE = "{root}{/}.coverage"