ceph / paddles

RESTful API to store (and report) on Ceph tests
14 stars 25 forks source link

Update psycopg2 to a version with py3 binaries #97

Closed zmc closed 3 years ago

zmc commented 3 years ago

This is primarily to avoid build failures on MacOS, but could help on Linux as well.

Signed-off-by: Zack Cerza zack@redhat.com

jdurgin commented 3 years ago

@amathuria is updating this here too - https://github.com/ceph/paddles/pull/94/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552L5

did this require any code changes, or were those only needed for the sqlalchemy bump?

zmc commented 3 years ago

@jdurgin ah, I hadn't noticed that PR - I was just trying to get tests to run on my Mac. #94 works just fine, though.