Commit f6e6395b authored by David Glick's avatar David Glick

include all test dependencies

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