Re: [Zope-dev] transaction pkg py3 / doctests

2011-09-26 Thread Chris McDonough
On Sun, 2011-09-25 at 23:10 -0400, Stephan Richter wrote: On Sunday, September 25, 2011, Chris McDonough wrote: Anyway, it all seems to work given those limitations, but I'm having trouble making the doctests pass on Python 3. Are there any doctest ninjas willing to have a look? Looks

[Zope-dev] zope-tests - FAILED: 20, OK: 37

2011-09-26 Thread Zope tests summarizer
This is the summary for test reports received on the zope-tests list between 2011-09-25 00:00:00 UTC and 2011-09-26 00:00:00 UTC: See the footnotes for test reports of unsuccessful builds. An up-to date view of the builders is also available in our buildbot documentation:

[Zope-dev] zope.sqlalchemy+py3 test failures.

2011-09-26 Thread Chris McDonough
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. To run the test suite: - Create a Python 3.2 virtualenv. - Install nose into the