[Zope-dev] Zope Tests: 8 OK

2009-08-16 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Sat Aug 15 12:00:00 2009 UTC to Sun Aug 16 12:00:00 2009 UTC.
There were 8 messages: 8 from Zope Tests.


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Aug 15 20:43:59 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012304.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Aug 15 20:45:59 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012305.html

Subject: OK : Zope-2.12 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Aug 15 20:48:00 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012306.html

Subject: OK : Zope-2.12 Python-2.6.2 : Linux
From: Zope Tests
Date: Sat Aug 15 20:50:00 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012307.html

Subject: OK : Zope-2.12-alltests Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Aug 15 20:52:00 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012308.html

Subject: OK : Zope-2.12-alltests Python-2.6.2 : Linux
From: Zope Tests
Date: Sat Aug 15 20:54:00 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012309.html

Subject: OK : Zope-trunk Python-2.6.2 : Linux
From: Zope Tests
Date: Sat Aug 15 20:56:00 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012310.html

Subject: OK : Zope-trunk-alltests Python-2.6.2 : Linux
From: Zope Tests
Date: Sat Aug 15 20:58:00 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012311.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Update on ztk kgs: Python 2.6 issues

2009-08-16 Thread Marius Gedminas
On Sat, Aug 15, 2009 at 06:55:17PM -0400, Jim Fulton wrote:
 I've gotten the ztk kgs tests to pass with Python 2.5 on Mac OS X.

Yay!

 I've got them mostly passing with on Python 2.6.

Double yay!

 The only failure I'm
 getting is for zope.testing and it's due to a Python 2.6 hotshot bug:
 
   http://bugs.python.org/issue6710
 
 I'm not sure what to do about this. Perhaps I should disable this
 test, or maybe even the feature for Python 2.6.

Sounds about right.  Python 2.6 has cProfile, which is (supposedly)
better than hotshot.

 When building, I'm getting some deprecation warnings:
 
 /Users/jim/.buildout/eggs/infrae.subversion-1.4.5-py2.6.egg/infrae/subversion/Common.py:4:
 DeprecationWarning: the sets module is deprecated
   from sets import Set# For python 2.3 compatibility
 /Users/jim/.buildout/eggs/z3c.recipe.compattest-0.7-py2.6.egg/z3c/recipe/compattest/recipe.py:4:
 DeprecationWarning: The popen2 module is deprecated.  Use the
 subprocess module.
   import popen2
 
 It would be great if someone would fix these. :)
 
 When running the tests, the only deprecation warnings are from
 twisted, which we can't do anything about.
 
 BTW, if you want to try this yourself, use the buildout at:
 
   svn://svn.zope.org/repos/main/zopetoolkit/branches/jim-kgs/kgs
 
 Jim

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3 consulting and development


signature.asc
Description: Digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )