Skip to content

Commit

Permalink
fix: include all dependencies in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Aug 4, 2024
1 parent 8b29f51 commit f4c3eed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,10 @@ extra-dependencies = [
"pytest-randomly",
"pytest-xdist",
]
features = ["all"]

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

[tool.hatch.envs.test.scripts]
run = "pytest --cov=taxpasta --cov-report=term-missing {args}"

0 comments on commit f4c3eed

Please sign in to comment.