Merge lp:~ballogy/ubuntu-sso-client/drop-lazr into lp:ubuntu-sso-client
| Status: | Merged |
|---|---|
| Merged at revision: | 963 |
| Proposed branch: | lp:~ballogy/ubuntu-sso-client/drop-lazr |
| Merge into: | lp:ubuntu-sso-client |
| Diff against target: |
87 lines (+0/-53) 2 files modified
ubuntu_sso/account.py (+0/-22) ubuntu_sso/tests/test_account.py (+0/-31) |
| To merge this branch: | bzr merge lp:~ballogy/ubuntu-sso-client/drop-lazr |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Manuel de la Peña (community) | 2012-05-24 | Approve on 2012-05-28 | |
| Alejandro J. Cura (community) | 2012-05-25 | Approve on 2012-05-28 | |
|
Review via email:
|
|||
Commit Message
Removed the lazr.restfulclient dependency by removing TimestampedAuth
Description of the Change
This change removes lazr.restfulclient dependency by removing TimestampedAuth
I'm packaging Ubuntu One client for Arch Linux and this change makes it much easier, because I don't need to package lazr.restfulclient, lazr.uri and python-wadllib.
| Manuel de la Peña (mandel) wrote : | # |
| Alejandro J. Cura (alecu) wrote : | # |
Looks good!
We should have done this earlier, but somehow it dropped from our radar.
Thanks a lot for finding it!
| Manuel de la Peña (mandel) wrote : | # |
I'm approving this too and I've added bug #1005544 and bug 1005548 to ensure we clean the code in all left places.
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~ballogy/ubuntu-sso-client/drop-lazr into lp:ubuntu-sso-client failed. Below is the output from the failed tests.
*** Running GTK test suite for ubuntu_sso ***
Starting squid version...
Waiting for squid to start....
Waiting for squid to start.....
ubuntu_
BaseTestCase
runTest ... [OK]
CredentialsMa
test_
test_
test_
CredentialsMa
test_
test_
test_
test_
test_
CredentialsMa
test_
test_
test_
test_
test_
CredentialsMa
test_login ... [OK]
test_
test_register ... [OK]
CredentialsMa
test_login ... [OK]
test_
test_register ... [OK]
CredentialsMa
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_...

Make sense, I've added alecu and I to take a look at this to make sure it is ok, but from a quick look I see no problems..