Instal psycopg2 2.8.x for unit testing on certain versions of Django.

Review Request #12279 — Created May 14, 2022 and submitted — Latest diff uploaded

Information

Django Evolution
release-2.x

Reviewers

There's an incompatibility between psycopg2 2.9 and higher for Postgres
support on Django 1.11 through 3.0. This change fixes up the tox
configuration to install 2.8.x on these versions.

Built all new tox environments for all versions of Django. All unit tests
pass for all Django versions for Postgres.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Instal psycopg2 2.8.x for unit testing on certain versions of Django.
There's an incompatibility between psycopg2 2.9 and higher for Postgres support on Django 1.11 through 3.0. This change fixes up the tox configuration to install 2.8.x on these versions.
f868c7f31e011bb4faf52e3764220f3582bea500 Christian Hammond
dev-requirements.txt
tox.ini
Loading...