Actions
Issue #4639
closedpsycopg2 package no longer contains a binary
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Dev Environment
Sprint:
Sprint 51
Quarter:
Description
With the psycopg2 2.8 release pulplift is broken because in any requirements file that names psycopg2 now no longer gets the binary version.
https://pypi.org/project/psycopg2/#history
This is expressed in places like here: https://github.com/pulp/pulpcore/blob/456e6a8c591e079e28361d1471e842d7d9e9381b/doc_requirements.txt#L8
Solutions¶
Stop having the docs use psycopg2 as a dependency. It isn't needed.
Actions
Remove test dependency on psycopg2
The tests don't need psycopg2.
https://pulp.plan.io/issues/4639 closes #4639