add local dev dependency for running pytest
CI / lint (pull_request) Successful in 16s
CI / test (3.11) (pull_request) Successful in 21s
CI / test (3.12) (pull_request) Successful in 24s
CI / test (3.13) (pull_request) Successful in 21s
Build and Publish / release (push) Successful in 7s
CI / lint (push) Successful in 18s
CI / test (3.12) (push) Successful in 23s
CI / test (3.11) (push) Successful in 23s
CI / test (3.13) (push) Successful in 21s

This commit was merged in pull request #15.
This commit is contained in:
2026-07-28 12:06:28 +02:00
parent aabc5300ec
commit ddab5eb854
+6
View File
@@ -58,3 +58,9 @@ line-length = 100
[tool.ruff.format]
skip-magic-trailing-comma = true
[dependency-groups]
dev = [
"pytest>=9.1.1",
"pytest-asyncio>=1.4.0",
]