Skip to content

Commit

Permalink
Make pytest a dev dependency
Browse files Browse the repository at this point in the history
pytest is only used for testing and is not required when using jsonype
  • Loading branch information
volkerstampa committed Sep 21, 2024
1 parent ceac756 commit 30a93b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ cache_dir = "build/pytest_cache"

[tool.poetry.dependencies]
python = "^3.11"
pytest = "^8.3.1"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.1"
mypy = "^1.10.0"
sphinx = "^7.3.7"
pycodestyle = "^2.12.0"
Expand Down

0 comments on commit 30a93b2

Please sign in to comment.