add pytest to dependencies
main / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
2026-07-28 15:39:57 +01:00
parent c07b4ff4d6
commit 9304585ae5
2 changed files with 64 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ requires-python = ">=3.14"
dependencies = [
"docker>=7.2.0",
"pyaml>=26.7.0",
"pytest>=9.1.1",
]
[tool.pyright]