Skip to content

Commit

Permalink
Add test dependency for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny-rentner committed Sep 16, 2024
1 parent 32b46d9 commit 8701e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ main = "https://github.com/ronny-rentner/ultradict"


[project.optional-dependencies]
tests = ["ultraimport", "redis"]
tests = ["pytest", "ultraimport", "redis"]

[tool.pylint.'MESSAGES CONTROL']
max-line-length = 140
Expand Down

0 comments on commit 8701e40

Please sign in to comment.