Pin psycopg to <2.9 when testing against Django <3.1

As per https://github.com/psycopg/psycopg2/issues/1293
stable/2.12.x v2.12.6
Matt Westcott 2021-06-28 14:32:19 +01:00
rodzic 8a5cd3a22e
commit 00203c5a72
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -268,7 +268,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install "psycopg2>=2.6"
pip install "psycopg2>=2.6,<2.9"
pip install "${{ matrix.django }}"
pip install -e .[testing]
pip install "elasticsearch>=6,<7"