Merge lp:~dobey/ubuntuone-storage-protocol/update-4-2 into lp:ubuntuone-storage-protocol/stable-4-2
Proposed by
dobey
Status: | Merged |
---|---|
Approved by: | dobey |
Approved revision: | no longer in the source branch. |
Merged at revision: | 159 |
Proposed branch: | lp:~dobey/ubuntuone-storage-protocol/update-4-2 |
Merge into: | lp:ubuntuone-storage-protocol/stable-4-2 |
Diff against target: |
151 lines (+56/-38) 2 files modified
tests/test_client.py (+37/-21) ubuntuone/storageprotocol/client.py (+19/-17) |
To merge this branch: | bzr merge lp:~dobey/ubuntuone-storage-protocol/update-4-2 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mike McCracken (community) | Approve | ||
Review via email:
|
Commit message
[Barry Warsaw]
Switch from python-oauth to python-oauthlib for using OAuth.
To post a comment you must log in.
The attempt to merge lp:~dobey/ubuntuone-storage-protocol/update-4-2 into lp:ubuntuone-storage-protocol/stable-4-2 failed. Below is the output from the failed tests.
running build linux-x86_ 64-2.7 linux-x86_ 64-2.7/ ubuntuone __init_ _.py -> build/lib. linux-x86_ 64-2.7/ ubuntuone linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /dircontent_ pb2.py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /delta. py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /dircontent. py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /sharersp. py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /context. py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /protocol_ pb2.py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /utils. py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /errors. py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /volumes. py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /content_ hash.py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /proxy_ tunnel. py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /validators. py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /__init_ _.py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /client. py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol storageprotocol /request. py -> build/lib. linux-x86_ 64-2.7/ ubuntuone/ storageprotocol
running build_py
creating build
creating build/lib.
creating build/lib.
copying ubuntuone/
creating build/lib.
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
copying ubuntuone/
Traceback (most recent call last): python2. 7/dist- packages/ ubuntuone- dev-tools/ ubuntuone/ devtools/ runners/ __init_ _.py", line 277, in main get_suite( options) python2. 7/dist- packages/ ubuntuone- dev-tools/ ubuntuone/ devtools/ runners/ __init_ _.py", line 173, in get_suite 'ignore- paths'] )) python2. 7/dist- packages/ ubuntuone- dev-tools/ ubuntuone/ devtools/ runners/ __init_ _.py", line 157, in _collect_tests unittest( filepath) python2. 7/dist- packages/ ubuntuone- dev-tools/ ubuntuone/ devtools/ runners/ __init_ _.py", line 98, in _load_unittest cache/ubuntuone -storage- protocol- stable- 4-2/trunk/ tests/test_ query.py" , line 35, in <module> storageprotocol .client import MultiQuery cache/ubuntuone -storage- protocol- stable- 4-2/trunk/ ubuntuone/ storageprotocol /client. py", line 43, in <module> PLAINTEXT, SIGNATURE_ TYPE_QUERY
File "/usr/bin/u1trial", line 40, in <module>
main()
File "/usr/lib/
suite = test_runner.
File "/usr/lib/
config[
File "/usr/lib/
module_suite = self._load_
File "/usr/lib/
module = __import__(modpath, None, None, [""])
File "/mnt/tarmac/
from ubuntuone.
File "/mnt/tarmac/
from oauthlib.oauth1 import Client, SIGNATURE_
ImportError: No module named oauthlib.oauth1