Skip to content

Commit

Permalink
Merge pull request #395 from neutrinoceros/tst/refine_covcheck_group
Browse files Browse the repository at this point in the history
TST: refine dependency groups
  • Loading branch information
neutrinoceros authored Dec 8, 2024
2 parents 1d2362e + 7d35c6b commit 53a1f86
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ baballe = "idefix_cli.__main__:baballe_entry_point"
Homepage = "https://github.com/neutrinoceros/idefix_cli"

[dependency-groups]
covcheck = [
"coverage[toml]>=6.5.0",
]
test = [
"pytest-check>=2.1.2",
"pytest>=7.2.1",
]
covcheck = [
{include-group = "test"},
"coverage[toml]>=6.5.0 ; python_version < '3.11'",
"coverage>=6.5.0 ; python_version >= '3.11'",
]
typecheck = [
"mypy>=1.11.2",
]
Expand Down

0 comments on commit 53a1f86

Please sign in to comment.