Code review comment for lp:~jderose/desktopcouch/uri_file-fix

Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :

The attempt to merge lp:~jderose/desktopcouch/uri_file-fix into lp:desktopcouch failed. Below is the output from the failed tests.

+ u1trial -c desktopcouch
Traceback (most recent call last):
  File "/usr/bin/u1trial", line 325, in <module>
    main()
  File "/usr/bin/u1trial", line 305, in main
    suite = trial_runner.get_suite(config)
  File "/usr/bin/u1trial", line 184, in get_suite
    config['ignore-paths']))
  File "/usr/bin/u1trial", line 168, in _collect_tests
    module_suite = self._load_unittest(filepath)
  File "/usr/bin/u1trial", line 108, in _load_unittest
    module = __import__(modpath, None, None, [""])
  File "/mnt/tarmac/cache/desktopcouch/trunk/desktopcouch/application/migration/__init__.py", line 28, in <module>
    from desktopcouch.records import database
  File "/mnt/tarmac/cache/desktopcouch/trunk/desktopcouch/records/database.py", line 45, in <module>
    from couchdb import Server
ImportError: No module named couchdb

« Back to merge proposal