Kami commented on pull request #1494: URL: https://github.com/apache/libcloud/pull/1494#issuecomment-699622771
It looks like tests also failed under Python 3.5 - https://travis-ci.org/github/apache/libcloud/jobs/729459716: ``` headers = {'Accept-Encoding': 'gzip,deflate', 'Content-type': 'application/json', 'Host': 'None.api.ovh.com', 'User-Agent': 'libcloud/3.2.0 (Ovh) ', ...} def _json(self, method, url, body, headers): meth_name = '_json%s_%s' % (FORMAT_URL.sub('_', url), method.lower()) > return getattr(self, meth_name)(method, url, body, headers) E AttributeError: 'OvhMockHttp' object has no attribute '_json_1_0_cloud_subsidiaryPrice_ovhSubsidiary_US_flavorId_foo_id_get' ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org