Add coverage dependency to 'unit' group in pyproject.toml file

This commit is contained in:
ChristianZaccaria 2025-07-07 11:41:18 +01:00
parent 463de5cce9
commit 24a4a1e167
3 changed files with 3 additions and 5 deletions

View file

@ -90,6 +90,7 @@ unit = [
"pymilvus>=2.5.12",
"litellm",
"together",
"coverage",
]
# These are the core dependencies required for running integration tests. They are shared across all
# providers. If a provider requires additional dependencies, please add them to your environment