Skip to content

Commit

Permalink
Add pytest to dev dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: gabrieldemarmiesse <[email protected]>
  • Loading branch information
gabrieldemarmiesse committed Nov 19, 2024
1 parent 96d202d commit fc7779e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ dependencies = { file = ["requirements.txt"] }
[dependency-groups]
dev = [
"ruff>=0.5.6",
"pytest"
]

[project.optional-dependencies]
test = ["pytest"]

[project.urls]
"Source" = "https://github.com/gabrieldemarmiesse/python-on-whales"
"Documentation" = "https://gabrieldemarmiesse.github.io/python-on-whales/"
Expand Down
12 changes: 5 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc7779e

Please sign in to comment.