On 13 septembre 23:20, Andrey Rahmatullin wrote: > On Mon, Sep 06, 2010 at 11:24:58AM +0200, Sylvain Th??nault wrote: > > > ====================================================================== > > > FAIL: make pylint checking itself > > > ---------------------------------------------------------------------- > > > Traceback (most recent call last) > > > File "/usr/lib/python2.6/site-packages/logilab/common/testlib.py", line > > > 1224, in _proceed > > > testfunc(*args, **kwargs) > > > File "/usr/src/RPM/BUILD/pylint-0.21.2/test/smoketest.py", line 47, in > > > test0 > > > code=0) > > > File "/usr/src/RPM/BUILD/pylint-0.21.2/test/smoketest.py", line 36, in > > > _runtest > > > self.assertEquals(ex.code, code) > > > File "/usr/lib/python2.6/unittest.py", line 350, in failUnlessEqual > > > (msg or '%r != %r' % (first, second)) > > > AssertionError: 16 != 0 > With new astng the only failed test is this.
Oops. Fixed. Thanks. -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services CubicWeb, the semantic web framework: http://www.cubicweb.org _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
