Commit 7a0c1217 authored by Hanno Schlichting's avatar Hanno Schlichting

don't run tests inside the persistent egg

we don't run tests for transaction here either.
parent e866774f
...@@ -12,9 +12,8 @@ persistent = 4.0.0 ...@@ -12,9 +12,8 @@ persistent = 4.0.0
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = eggs =
persistent
ZODB3 [test] ZODB3 [test]
initialization = initialization =
import os, tempfile import os, tempfile
try: os.mkdir('tmp') try: os.mkdir('tmp')
except: pass except: pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment