Page MenuHomeSoftware Heritage

Remove the version pin for psycopg
AbandonedPublicDraft

Authored by jayeshv on May 31 2022, 4:10 PM.

Details

Reviewers
None
Group Reviewers
Reviewers

Diff Detail

Repository
rDWAPPS Web applications
Branch
req-fix
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 29644
Build 46329: Phabricator diff pipeline on jenkinsJenkins console · Jenkins
Build 46328: arc lint + arc unit

Event Timeline

Build has FAILED

Patch application report for D7927 (id=28559)

Rebasing onto a3529323b9...

Current branch diff-target is up to date.
Changes applied before test
commit 0bab9c7ab21941851479a83a67272113ee7ec26f
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Tue May 31 16:06:02 2022 +0200

    Remove the version pin for psycopg

Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1861/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1861/console

Harbormaster returned this revision to the author for changes because remote builds failed.May 31 2022, 4:12 PM
Harbormaster failed remote builds in B29644: Diff 28559!

Unfortunately, Django 2.2 (what we use in production) is not compatible with psycopg 2.9 (see bug report).

So we must keep that version pin until we use Django >= 3 in production.