force psycopg2 version to 2.8.6 < 2.9 (#55980)

see also upstream: https://github.com/psycopg/psycopg2/issues/1293
This commit is contained in:
Emmanuel Cazenave 2021-08-17 15:34:30 +02:00
parent d8f15e53b9
commit 4b68eeb1c3
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
- name: install psycopg2-binary
pip:
name: psycopg2-binary
version: 2.8.6
virtualenv: "{{venv_py3}}"
- name: install pytest