feat(tests): python matrix support test

- Introduced a new argument for selecting the diarization backend in the engine creation.
- Enhanced the `create_engine` function to accept and utilize the specified diarization backend.
- Updated the test runner to accommodate the new backend option for improved flexibility.
This commit is contained in:
jedzill4
2026-02-25 21:35:41 -03:00
parent bbcebcb1fe
commit 73e7fafc48
4 changed files with 617 additions and 6 deletions

View File

@@ -57,6 +57,9 @@ diarization-diart = [
"torchvision<0.24.0",
]
[dependency-groups]
dev = ["rich>=14.3.3"]
[tool.uv]
conflicts = [
[