Skip to content

Commit 362b791

Browse files
committed
Remove unused test environment
1 parent 21f800d commit 362b791

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ dependencies = [
6060
[[tool.hatch.envs.hatch-test.matrix]]
6161
python = ["3.9", "3.10", "3.11", "3.12"]
6262

63-
[tool.hatch.envs.test.scripts]
64-
template = "hatch-test"
65-
cov = 'pytest --cov=src/ {args:tests}'
66-
67-
6863
[tool.hatch.envs.types]
6964
extra-dependencies = [
7065
"mypy~=1.0",

0 commit comments

Comments
 (0)