Commit 00da44b2 authored by Michael Howitz's avatar Michael Howitz

Added not declared, but needed test dependency on `zope.testing`.

parent 1a36fdba
...@@ -5,7 +5,7 @@ CHANGES ...@@ -5,7 +5,7 @@ CHANGES
3.11.2 (unreleased) 3.11.2 (unreleased)
------------------- -------------------
- ... - Added not declared, but needed test dependency on `zope.testing`.
3.11.1 (2010-04-30) 3.11.1 (2010-04-30)
......
...@@ -63,9 +63,11 @@ setup(name='zope.container', ...@@ -63,9 +63,11 @@ setup(name='zope.container',
], include_dirs=['include']), ], include_dirs=['include']),
], ],
extras_require=dict( extras_require=dict(
test=['zope.configuration', test=[
'zope.security', 'zope.configuration',
]), 'zope.security',
'zope.testing',
]),
install_requires=['setuptools', install_requires=['setuptools',
'zope.interface', 'zope.interface',
'zope.dottedname', 'zope.dottedname',
......
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