Commit d0446bd3 authored by Jens W. Klein's avatar Jens W. Klein

Add soft-dependency ZopeUndo for regression test.

parent ba35cf26
...@@ -13,6 +13,8 @@ extra = ...@@ -13,6 +13,8 @@ extra =
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = eggs =
ZEO [test${buildout:extra}] ZEO [test${buildout:extra}]
# ZopeUndo is needed as soft-dependency for a regression test
ZopeUndo
initialization = initialization =
import os, tempfile import os, tempfile
try: os.mkdir('tmp') try: os.mkdir('tmp')
......
...@@ -21,7 +21,8 @@ deps = ...@@ -21,7 +21,8 @@ deps =
zope.testing zope.testing
zope.testrunner zope.testrunner
mock mock
# ZopeUndo is needed as soft-dependency for a regression test
ZopeUndo
[testenv:simple] [testenv:simple]
# Test that 'setup.py test' works # Test that 'setup.py test' works
basepython = basepython =
......
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