Skip to content

Commit

Permalink
add pytest as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
trondth committed Jan 17, 2025
1 parent 6ff3dc2 commit 7c65625
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 2 deletions.
118 changes: 116 additions & 2 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ humanfriendly = "*"
libnacl = "*"
rich = "*"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"

[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
Expand Down

0 comments on commit 7c65625

Please sign in to comment.