Florent Aide a écrit : > Hum I know we did some hard work during the last release (like > compiling RuleDispatch and such for py23 on Windows using Cygwin > because none of us had VS60) but I expect some more hard work to come. > We had failing test cases only under python23... and this means I need > to keep a python23 installed with all components in place just for > this... > > But you are right :) > If we do not encounter too much problems during next release I'll not > propose this again for 1.x. But be advised that at the moment tests > are failing badly under py23 & py24 and are running like a charm under > 25... (on Windows at least) > > Python 2.4 and python 2.5 pass all test _if_ nose 0.9.2 is used. Nose 0.9.3 or anything upper (0.10.xx) borks errors out in all directions.
Python 2.3 with nose 0.9.2 still fails but I fixed some of them. The last one will not be fixable by us (TG), this is the activemapper problem, because activemapper uses rsplit which is a string method that was not present in python 2.3. In fact activemapper is not referenced in actual TG code anywhere except in the test_sqlalchemy.py file. This means we should remove all references to ActiveMapper from our test cases and then we will be OK. People who need support for it will just have to use python 2.4 or upper and create their own tests. But removing references to ActiveMapper from the tests was too much for me tonight so I just left it as it was for the moment. If anyone is tempted :) Cheers, Florent. Florent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
