Commit f6e6395b authored by David Glick's avatar David Glick

include all test dependencies

parent 9ac6ac6f
......@@ -7,7 +7,7 @@ parts =
[test]
recipe = zc.recipe.testrunner
eggs =
persistent
persistent [test]
[scripts]
recipe = zc.recipe.egg
......
......@@ -24,9 +24,11 @@ from setuptools import find_packages
from setuptools import setup
TESTS_REQUIRE = [
'transaction',
'zope.interface',
'zope.testing>=3.7.0',
'zope.testrunner',
'ZODB3',
]
here = os.path.abspath(os.path.dirname(__file__))
......
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