Skip to content

Commit

Permalink
test: remove engine echo flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Feb 19, 2024
1 parent 0cd5962 commit 448c848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def engine():
url = f"postgresql://{db_user}:{db_password}@localhost/{db_name}"

engine = create_engine(url, future=True)
engine.echo = True
with engine.begin() as conn:
conn.execute(text("CREATE EXTENSION IF NOT EXISTS hstore"))

Expand Down

0 comments on commit 448c848

Please sign in to comment.