move moto to unit group

This commit is contained in:
Matthew Farrellee 2025-08-21 15:29:04 -04:00
parent 7ceb388085
commit 06a76f3ff6
2 changed files with 3 additions and 3 deletions

View file

@ -98,6 +98,7 @@ unit = [
"together",
"coverage",
"chromadb>=1.0.15",
"moto[s3]>=5.1.10",
]
# 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
@ -121,7 +122,6 @@ test = [
"pymilvus>=2.5.12",
"milvus-lite>=2.5.0",
"weaviate-client>=4.16.4",
"moto[s3]>=5.1.10",
]
docs = [
"setuptools",