-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use psycopg2==2.8.4 in bionic #23
Conversation
This reverts commit e30f3b3.
The change looks fine but the test is failing:
|
Something is now causing inventory to break every time, same error. Doesn't matter what branch I'm using, they have all started breaking. It must be occurring because of something external, otherwise why would every branch be failing? See thread in datagov-ckan-multi in slack... |
Hey folks, I thought 2.8.4 was causing GSA/data.gov#961. Why are we trying to update it? |
@adborden because 2.7.7 creates a more critical issue GSA/data.gov#1375. we can use 2.8.4 as along as we skip database tag. if we need run db init command, we have to temporally use 2.7.7 then switch back to 2.8.4 afterwards. that is the workaround I found. |
Nm, I see the work around for GSA/data.gov#961 is what caused GSA/data.gov#1375. Unfortunately, that means without the work around, we can't initialize the db for the automated tests. |
fixed issue GSA/data.gov#1375 and workaround for GSA/data.gov#961