ERROR ERROR test_utils.get_test_db_name ... ok ERROR test-queue.TestQueue.test ... ok ERROR test-is-latest-data-model.test_base ... ok test-load-all-cucumber-classes.test ... ERROR ERROR test-dependencies.test_quixote ... ok test-dependencies.test_paircomp ... ok ====================================================================== ERROR: test module cartwheel.website in /home/buildslave/cartwheel/web/build/lib ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/suite.py", line 51, in run self.setUp() File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/suite.py", line 200, in setUp self.module = _import(self.moduleName, [self.path], self.conf) File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/importer.py", line 101, in _import mod = load_module(fqname, fh, filename, desc) File "/home/buildslave/cartwheel/web/build/lib/cartwheel/website/__init__.py", line 7, in ? pkg_resources.require('motility>=0.8.2') File "/usr/lib/python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 585, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 483, in resolve raise DistributionNotFound(req) # XXX put more info here DistributionNotFound: motility>=0.8.2 ====================================================================== ERROR: test module pygr_draw in /home/buildslave/cartwheel/web/build/lib ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/suite.py", line 51, in run self.setUp() File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/suite.py", line 200, in setUp self.module = _import(self.moduleName, [self.path], self.conf) File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/importer.py", line 101, in _import mod = load_module(fqname, fh, filename, desc) File "/home/buildslave/cartwheel/web/build/lib/pygr_draw/__init__.py", line 7, in ? import pygr ImportError: No module named pygr ====================================================================== ERROR: test module test-empty in /home/buildslave/cartwheel/web/build/tests/functional-tests/0-test-empty ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/suite.py", line 51, in run self.setUp() File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/suite.py", line 200, in setUp self.module = _import(self.moduleName, [self.path], self.conf) File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/importer.py", line 101, in _import mod = load_module(fqname, fh, filename, desc) File "/home/buildslave/cartwheel/web/build/tests/functional-tests/0-test-empty/test-empty.py", line 1, in ? import cartwheel, cartwheel.website File "/home/buildslave/cartwheel/web/build/lib/cartwheel/website/__init__.py", line 7, in ? pkg_resources.require('motility>=0.8.2') File "/usr/lib/python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 585, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 483, in resolve raise DistributionNotFound(req) # XXX put more info here DistributionNotFound: motility>=0.8.2 ====================================================================== ERROR: test module functional-tests.test-client-api in /home/buildslave/cartwheel/web/build/tests ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/suite.py", line 51, in run self.setUp() File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/suite.py", line 200, in setUp self.module = _import(self.moduleName, [self.path], self.conf) File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/importer.py", line 101, in _import mod = load_module(fqname, fh, filename, desc) File "/home/buildslave/cartwheel/web/build/tests/functional-tests/test-client-api/__init__.py", line 3, in ? from cartwheel.dsl import * File "/home/buildslave/cartwheel/web/build/lib/cartwheel/dsl.py", line 1, in ? import cartwheel, cartwheel.website File "/home/buildslave/cartwheel/web/build/lib/cartwheel/website/__init__.py", line 7, in ? pkg_resources.require('motility>=0.8.2') File "/usr/lib/python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 585, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 483, in resolve raise DistributionNotFound(req) # XXX put more info here DistributionNotFound: motility>=0.8.2 ====================================================================== ERROR: /home/buildslave/cartwheel/web/build/tests/functional-tests/test-data-model: test-load-all-cucumber-classes.test ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/case.py", line 52, in runTest self.testFunc() File "/home/buildslave/cartwheel/web/build/tests/functional-tests/test-data-model/test-load-all-cucumber-classes.py", line 14, in test exec "from %s import %s as klass" % (name, klass) File "", line 1, in ? File "/home/buildslave/cartwheel/web/build/lib/cartwheel/website/__init__.py", line 7, in ? pkg_resources.require('motility>=0.8.2') File "/usr/lib/python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 585, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 483, in resolve raise DistributionNotFound(req) # XXX put more info here DistributionNotFound: motility>=0.8.2 ====================================================================== ERROR: test module functional-tests.test-with-user in /home/buildslave/cartwheel/web/build/tests ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/suite.py", line 51, in run self.setUp() File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/suite.py", line 200, in setUp self.module = _import(self.moduleName, [self.path], self.conf) File "/usr/lib/python2.4/site-packages/nose-0.9.2-py2.4.egg/nose/importer.py", line 101, in _import mod = load_module(fqname, fh, filename, desc) File "/home/buildslave/cartwheel/web/build/tests/functional-tests/test-with-user/__init__.py", line 6, in ? from cartwheel.dsl import * File "/home/buildslave/cartwheel/web/build/lib/cartwheel/dsl.py", line 1, in ? import cartwheel, cartwheel.website File "/home/buildslave/cartwheel/web/build/lib/cartwheel/website/__init__.py", line 7, in ? pkg_resources.require('motility>=0.8.2') File "/usr/lib/python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 585, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 483, in resolve raise DistributionNotFound(req) # XXX put more info here DistributionNotFound: motility>=0.8.2 ---------------------------------------------------------------------- Ran 6 tests in 1.165s FAILED (errors=6)