Commit 500dbf9f authored by Jim Fulton's avatar Jim Fulton

don't run _save_index. Something wacked in setting recursion limit

when running setup test.
parent 9d95ae27
......@@ -61,6 +61,10 @@ def alltests():
import pkg_resources
import unittest
# Something wacked in setting recursion limit when running setup test
import ZODB.FileStorage.tests
del ZODB.FileStorage.tests._save_index
class NullHandler(logging.Handler):
level = 50
......
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