Comment 2 for bug 731684

Revision history for this message
Jay Pipes (jaypipes) wrote :

Still not working. Latest trunk, run_tests.sh -V:

======================================================================
ERROR: Failure: ImportError (No module named swift.common.client)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jpipes/repos/glance/image-format/.glance-venv/lib/python2.6/site-packages/nose/loader.py", line 390, in loadTestsFromName
    addr.filename, addr.module)
  File "/home/jpipes/repos/glance/image-format/.glance-venv/lib/python2.6/site-packages/nose/importer.py", line 39, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/home/jpipes/repos/glance/image-format/.glance-venv/lib/python2.6/site-packages/nose/importer.py", line 86, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/home/jpipes/repos/glance/image-format/tests/unit/test_swift_store.py", line 28, in <module>
    import swift.common.client
ImportError: No module named swift.common.client

----------------------------------------------------------------------
Ran 74 tests in 5.654s

FAILED (errors=2)

Was swift removed from the pip-requires file?