Skip to content

Commit 2bd3ba9

Browse files
address boto dependency and move conftest.py
1 parent 655376c commit 2bd3ba9

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

poetry.lock

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ vertexai = ["google_cloud_aiplatform", "protobuf"]
5353
cohere = ["cohere"]
5454
mistralai = ["mistralai"]
5555
voyageai = ["voyageai"]
56+
bedrock = ["boto3"]
5657

5758
[tool.poetry.group.dev.dependencies]
5859
black = "^25.1.0"

conftest.py renamed to tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import os
2+
23
import pytest
4+
from testcontainers.compose import DockerCompose
35

46
from redisvl.redis.connection import RedisConnectionFactory
5-
from testcontainers.compose import DockerCompose
67

78

89
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)