[Zope-Checkins] SVN: Zope/trunk/buildout.cfg Move Zope2 tests at the end, they tend to leave the process in an unclean state and cause reference couunting / garbage collection timing issues in AccessControl tests
Hanno Schlichting
hannosch at hannosch.eu
Sat Jul 2 17:54:14 EDT 2011
Log message for revision 122070:
Move Zope2 tests at the end, they tend to leave the process in an unclean state and cause reference couunting / garbage collection timing issues in AccessControl tests
Changed:
U Zope/trunk/buildout.cfg
-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2011-07-02 21:49:54 UTC (rev 122069)
+++ Zope/trunk/buildout.cfg 2011-07-02 21:54:14 UTC (rev 122070)
@@ -48,7 +48,6 @@
[alltests]
recipe = zc.recipe.testrunner
eggs =
- Zope2
AccessControl
Acquisition
DateTime
@@ -61,6 +60,7 @@
Products.ZCatalog
Products.ZCTextIndex
Record
+ Zope2
# RestrictedPython has an optional dependency on DateTime, make sure to run its
# tests with DateTime being available
RestrictedPython
More information about the Zope-Checkins
mailing list