fix(unittest): add pymilvus and milvus-lite to unit dep group

This commit resolves unittest-3.12 issues.

- It adds pymilvus and milvus-lite to unit dep group
- It rename VectorDB to VectorStore

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
Mustafa Elbehery 2025-11-03 23:38:44 +01:00
parent 3e8291c1b9
commit c6bf292f07
4 changed files with 17 additions and 4 deletions

8
tests/conftest.py Normal file
View file

@ -0,0 +1,8 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
# This file intentionally left empty - pytest will auto-discover conftest.py files
# in subdirectories and load their fixtures automatically.