summaryrefslogtreecommitdiff
path: root/tests/requirements/postgres.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/requirements/postgres.txt')
-rw-r--r--tests/requirements/postgres.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/requirements/postgres.txt b/tests/requirements/postgres.txt
index da00729319..ab215b1ebc 100644
--- a/tests/requirements/postgres.txt
+++ b/tests/requirements/postgres.txt
@@ -1 +1,2 @@
-psycopg[binary]>=3.1.8
+psycopg>=3.1.14; implementation_name == 'pypy'
+psycopg[binary]>=3.1.8; implementation_name != 'pypy'