Skip to content

Commit

Permalink
Remove unused test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
djcopley committed Aug 25, 2024
1 parent 21f800d commit 362b791
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ dependencies = [
[[tool.hatch.envs.hatch-test.matrix]]
python = ["3.9", "3.10", "3.11", "3.12"]

[tool.hatch.envs.test.scripts]
template = "hatch-test"
cov = 'pytest --cov=src/ {args:tests}'


[tool.hatch.envs.types]
extra-dependencies = [
"mypy~=1.0",
Expand Down

0 comments on commit 362b791

Please sign in to comment.