ci: add test run
Full CI / lint (push) Successful in 2s
Full CI / test (3.12) (push) Failing after 14s
Full CI / test (3.11) (push) Failing after 18s
Full CI / test (3.13) (push) Failing after 20s

This commit is contained in:
2026-07-02 12:01:42 +02:00
parent 3c27cbe75f
commit f2f7fecf68
2 changed files with 52 additions and 0 deletions
+5
View File
@@ -9,6 +9,9 @@ description = "Common components (models, calculations) for Aare packages"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"yaml",
"jfjoch-client",
"pydantic",
"numpy",
"opencv-python",
"pillow"
@@ -17,6 +20,8 @@ dependencies = [
[project.optional-dependencies]
test = [
"pytest",
"pytest-cov",
"pytest-random-order"
]
[[tool.uv.index]]