commit | cbf9c60f03ad4457b40447646be281c263f36b78 | [log] [tgz] |
---|---|---|
author | Evan Parker <evanp@google.com> | Fri Nov 17 10:32:45 2017 -0800 |
committer | Craig Citro <craigcitro@gmail.com> | Fri Nov 17 10:32:45 2017 -0800 |
tree | 5e04afc1f3898e9aa891609c128bf17392ffe387 | |
parent | 63e97c16cb4207f46d4b00f29ec608d4d051366e [diff] |
Close out the rest of oauth compatibility issues (#186) * Update client to accommodate oauth2client>=4.0 This changes has been needed for a while now. The main blocker seems to be the use of locked_file for caching GCE credentials. I've added a simple multiprocess lockable file cache that uses a similar approach to that used in ouath2client's multiprocess file storage. Submission of this should close issue #162. * Update test runner setup