diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2023-11-22 13:39:04 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-07 09:21:37 +0100 |
| commit | 958a590e539feb1cc3feb7c87635dea906eae191 (patch) | |
| tree | 6fbaab02272f8b04597921b10feedbb4ec98abec /tests/requirements | |
| parent | f80669d2f5a5f1db9e9b73ca893fefba34f955e7 (diff) | |
Refs #34986 -- Used non-binary build of psycopg for PyPy.
Diffstat (limited to 'tests/requirements')
| -rw-r--r-- | tests/requirements/postgres.txt | 3 |
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' |
