Skip to content

Commit b50c4fb

Browse files
committed
Added PgVector integration
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
1 parent 8ac7bc9 commit b50c4fb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

python/tests/conftest.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,6 @@ async def psql_pool_with_cert_file(
116116
)
117117

118118

119-
@pytest.fixture(autouse=True)
120-
async def setup_postgresql_for_tests(
121-
psql_pool: ConnectionPool,
122-
) -> None:
123-
await psql_pool.execute(
124-
"CREATE EXTENSION IF NOT EXISTS vector;",
125-
)
126-
127-
128119
@pytest.fixture(autouse=True)
129120
async def create_default_data_for_tests(
130121
psql_pool: ConnectionPool,

0 commit comments

Comments
 (0)