Code review comment for lp://qastaging/~fginther/ubuntu-test-cases/add-reminders

Revision history for this message
Paul Larson (pwlars) wrote :

Perhaps there are other dependencies still needed then? Running it with phablet-test-run locally, I get.

http://paste.ubuntu.com/7799766/
...
File "/home/phablet/autopilot/evernote/api/client.py", line 5, in <module>
from requests_oauthlib import OAuth1Session
ImportError: No module named 'requests_oauthlib'

If I manually install python-requests-oauthlib, I can get a bit further, but I still get:
File "/home/phablet/autopilot/reminders/fake_services.py", line 22, in <module>
import dbusmock
ImportError: No module named 'dbusmock'

I can install python3-dbusmock, but it pulls in the notorious dbus-x11 that's known to cause problems in the past. Even if I install that manually and try again though, I still get:
File "/home/phablet/autopilot/reminders/credentials.py", line 133, in _process_session
session = Signon.AuthSession.new(identity, method)
TypeError: Argument 1 does not allow None as a value

« Back to merge proposal