cloud-gov / cg-uaa-extras

This application provides for platform invitations using the /invite_users UAA API endpoint and allowing password resets for cloud.gov IdP users
Other
6 stars 4 forks source link

Fix pyscopg build error by pinning setuptools to 65.1.1 #214

Closed rcgottlieb closed 1 year ago

rcgottlieb commented 2 years ago

pyscopg is failing to build due to a version incompatibility with older python buildpacks.

Notes

Customers have seen this as well. The fix is to pin setuptools to 65.1.1 for now, but the goal is to have the latest python buildpack when it's release with the next release of bosh.

Acceptance Criteria

rcgottlieb commented 1 year ago

I also modified the tests for uaaextras as they were failing based on an incorrect mail host (no longer active). I used a current host and it works now.