Details
Details
- Reviewers
- None
- Group Reviewers
Reviewers
Diff Detail
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 jenkins Jenkins console · Jenkins Build 46328: arc lint + arc unit
Event Timeline
Comment Actions
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
Comment Actions
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.