On 05 octobre 10:27, Nikolaus Rath wrote: > Sylvain Thénault <[email protected]> writes: > >> =========================== smoketest.py =========================== > >> F........... > >> ====================================================================== > >> FAIL: test0 (smoketest.RunTC) > >> ---------------------------------------------------------------------- > >> Traceback (most recent call last) > >> File "/home/nikratio/tmp/pylint-0.21.2/test/smoketest.py", line 47, in > >> test0 > >> code=0) > >> File "/home/nikratio/tmp/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 > > > > this test is simply running pylint on its __pkginfo__ file and check the > > output > > status. It seems that a convention message was issued that wasn't expected. > > > > pylint -rn pylint.__pkginfo__ > > $ pylint -rn pylint.__pkginfo__ > ************* Module pylint.__pkginfo__ > I0011: 1: Locally disabling W0622 > I0011: 1: Locally disabling C0103 > C0301: 65: Line too long (87/80)
this is expected to be fixed by changeset 619:3ec06ef871f3 which is included in pylint 0.21.3 -- 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
