Add missing test dependencies.

parent ce264469
...@@ -51,9 +51,9 @@ setup( ...@@ -51,9 +51,9 @@ setup(
'hexagonit.recipe.download', 'hexagonit.recipe.download',
], ],
extras_require={ extras_require={
'test': ['zope.testing'], 'test': ['zope.testing', 'manuel'],
}, },
tests_require=['zope.testing'], tests_require=['zope.testing', 'manuel'],
test_suite='hexagonit.recipe.cmmi.tests.test_suite', test_suite='hexagonit.recipe.cmmi.tests.test_suite',
entry_points={'zc.buildout': ['default = hexagonit.recipe.cmmi:Recipe']}, entry_points={'zc.buildout': ['default = hexagonit.recipe.cmmi:Recipe']},
) )
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