Skip to content

Commit

Permalink
test: added mutmut to test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Oct 21, 2024
1 parent 1cb18a7 commit 7ad83c3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,21 @@ extra-dependencies = [
"pydantic"
]

[tool.hatch.envs.default]
extra-dependencies = [
"dirty-equals>=0.7.0",
"hypothesis>=6.75.5",
"mypy>=1.2.0",
"pyright>=1.1.359",
"pytest-subtests>=0.11.0",
"time-machine>=2.10.0",
"pydantic",

"pytest-xdist",
"textual",
"mutmut>=3.0.5"
]

[[tool.hatch.envs.types.matrix]]
python = ["3.8", "3.9", "3.10", "3.11", "3.12","3.13"]

Expand Down

0 comments on commit 7ad83c3

Please sign in to comment.