[Zodb-checkins] SVN: ZODB/trunk/buildout.cfg don't run tests inside the persistent egg
Hano Schlichting
cvs-admin at zope.org
Sun Aug 26 10:48:19 UTC 2012
Log message for revision 127580:
don't run tests inside the persistent egg
we don't run tests for transaction here either.
Changed:
U ZODB/trunk/buildout.cfg
-=-
Modified: ZODB/trunk/buildout.cfg
===================================================================
--- ZODB/trunk/buildout.cfg 2012-08-26 10:44:16 UTC (rev 127579)
+++ ZODB/trunk/buildout.cfg 2012-08-26 10:48:15 UTC (rev 127580)
@@ -12,9 +12,8 @@
[test]
recipe = zc.recipe.testrunner
eggs =
- persistent
ZODB3 [test]
-initialization =
+initialization =
import os, tempfile
try: os.mkdir('tmp')
except: pass
More information about the Zodb-checkins
mailing list