On 09 septembre 19:19, Emile Anclin wrote: > I meant that we need the time to fix the "-3" Warnings, like the quick > fixes as attachement. I just had a fast look, and could not find how > migrating os.path.walk to os.walk. Does anybody know ? > > We can ignore all compat warnings I guess. So the last "-3" Warning to fix > is this one (which I don't know how to solve neither if it is needed > for our migration): > > ======================== unittest_table.py ========================= > /home/emile/var/logilab/common/table.py:23: DeprecationWarning: Overriding > __eq__ blocks inheritance of __hash__ in 3.x > class Table(object):
We can ignore this one for the moment, I'm not even sure this module is still used anywhere. Regarding the other in your patches, please checkin the callable replacements, I'll check the others later. > Fix those two remaining '-3' is necessary anyway. Then we can test if > pytest runs py3.x + unittest as good as py3.x + unittest2 ... I guess you know on what result I bet. You can still give it a try of course. -- 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 Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects