Skip to content

Commit

Permalink
correct way to declare features in env
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDeFusco committed Nov 4, 2024
1 parent 9b89b87 commit 1ad33bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ dev = [
]

[tool.hatch.envs.test]
dependencies = [
"-e .[dev]"
features = [
"dev"
]

[tool.hatch.envs.test.scripts]
Expand Down

0 comments on commit 1ad33bc

Please sign in to comment.