summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2023-12-11 11:37:54 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-03-01 09:01:18 +0100
commitfad334e1a9b54ea1acb8cce02a25934c5acfe99f (patch)
tree4fc84e9981d6cdc83175d88eaa59c251cda009e7 /tests/requirements
parentbcccea3ef31c777b73cba41a6255cd866bf87237 (diff)
Refs #33497 -- Added connection pool support for PostgreSQL.
Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'tests/requirements')
-rw-r--r--tests/requirements/postgres.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements/postgres.txt b/tests/requirements/postgres.txt
index ab215b1ebc..91f911080c 100644
--- a/tests/requirements/postgres.txt
+++ b/tests/requirements/postgres.txt
@@ -1,2 +1,3 @@
psycopg>=3.1.14; implementation_name == 'pypy'
psycopg[binary]>=3.1.8; implementation_name != 'pypy'
+psycopg-pool>=3.2.0