On Tue, 2011-09-27 at 06:43 +0100, Chris Withers wrote:
On 27/09/2011 02:47, Chris McDonough wrote:
In case anyone is interested, I've made a stab at porting zope.sqlalchemy to Python 3 at http://svn.zope.org/zope.sqlalchemy/branches/chrism-py3/ . Several tests still fail. I could use some help fixing them.
Have you tried running the tests by building the buildout instead? (that's making a huge assumption that zc.buildout and zope.testing work on Py3, which I guess isn't the case...)
I'm not sure how to do it under Python 3, and I may be sufficiently unmotivated to figure it out without some help. ;-) The tests indeed pass on python 2 using bin/test though, so if I could get the testrunner running the tests under Py3, they would also at this point. - C