Skip to content

Commit 2ac3457

Browse files
committed
Revert "test connection pool"
This reverts commit 519f39b.
1 parent 519f39b commit 2ac3457

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ mysql = [
9090
"mysqlclient>=2.2,<3.0",
9191
]
9292
postgres = [
93-
"psycopg[binary,pool]>=3.1,<4.0",
93+
"psycopg[binary]>=3.1,<4.0",
9494
]
9595
pytest = [
9696
"pytest>=8.0,<9.0",

testing/config/settings/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
'USER': 'postgres_user',
3535
'PASSWORD': 'postgres_password',
3636
'HOST': '127.0.0.1',
37-
'OPTIONS': {
38-
'pool': True,
39-
}
4037
}
4138
}
4239
else:

0 commit comments

Comments
 (0)