It seems the buildbot's version of nose doesn't have assert_in. Fixed this one.
Btw., it seems the messages are sent to the general ML. Are we already at the point where we want a general and a developers ML, or should we stick with one until we get close to a 1.0 release? ---------- Forwarded message ---------- From: <[email protected]> Date: 2011/12/11 Subject: Build failed in Jenkins: python2.6-numpy1.3.0-scipy-0.7.2 #5 nosetests -s --with-coverage --cover-html --cover-html-dir=coverage \ --cover-package=sklearn sklearn ====================================================================== ERROR: Failure: ImportError (cannot import name assert_in) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/slave/virtualenvs/cpython-2.6.7/lib/python2.6/site-packages/nose/loader.py", line 390, in loadTestsFromName addr.filename, addr.module) File "/home/slave/virtualenvs/cpython-2.6.7/lib/python2.6/site-packages/nose/importer.py", line 39, in importFromPath return self.importFromDir(dir_path, fqname) File "/home/slave/virtualenvs/cpython-2.6.7/lib/python2.6/site-packages/nose/importer.py", line 86, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "<https://jenkins.shiningpanda.com/scikit-learn/job/python2.6-numpy1.3.0-scipy-0.7.2/ws/sklearn/utils/tests/test_utils.py",> line 1, in <module> from nose.tools import assert_equal, assert_in, assert_raises, assert_true ImportError: cannot import name assert_in -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a great way to learn Windows Azure and what it provides. You can attend the event by watching it streamed LIVE online. Learn more at http://p.sf.net/sfu/ms-windowsazure _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
