ci: add test run
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user