deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 22 forks source link

fix(Dockerfile): pin working google-gax lib version #141

Closed mboersma closed 8 years ago

mboersma commented 8 years ago

make test is currently broken on master due to a runtime Python requirements error:

pkg_resources.ContextualVersionConflict: (google-gax 0.13.0 (/usr/local/lib/python2.7/dist-packages),
Requirement.parse('google-gax<0.13.0,>=0.12.5'), set(['gax-google-logging-v2', 'gax-google-pubsub-v1']))

This installs google-gax==0.12.5 explicitly, which should work around the error until we can upgrade to the wal-e 1.0 release...coming Real Soon Now.

See also deis/wal-e#17.

deis-bot commented 8 years ago

@krancour, @bacongobbler and @kmala are potential reviewers of this pull request based on my analysis of git blame information. Thanks @mboersma!

bacongobbler commented 8 years ago

All right, I guess if it's really necessary we should pin. I'll allow it. :P