We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48f0d2 commit 2e6795dCopy full SHA for 2e6795d
1 file changed
tests/test_sqlalchemy.py
@@ -28,7 +28,7 @@ def psycopg2_connect(dbapi_connection, connection_record):
28
register_vector(dbapi_connection)
29
30
31
-pg8000_engine = create_engine(f'postgresql+pg8000://localhost/pgvector_python_test')
+pg8000_engine = create_engine(f'postgresql+pg8000://{os.environ["USER"]}@localhost/pgvector_python_test')
32
33
if sqlalchemy_version > 1:
34
psycopg_engine = create_engine('postgresql+psycopg://localhost/pgvector_python_test')
0 commit comments