[Checkins] SVN: zope.dublincore/trunk/setup.py Add 'zope.app.component' to the 'test' extra in the setup.py so that the

Aaron Lehmann aaron at zope.com
Mon Jun 29 09:36:38 EDT 2009


Log message for revision 101312:
  Add 'zope.app.component' to the 'test' extra in the setup.py so that the
  creatorannotator tests can pass.
  
  

Changed:
  U   zope.dublincore/trunk/setup.py

-=-
Modified: zope.dublincore/trunk/setup.py
===================================================================
--- zope.dublincore/trunk/setup.py	2009-06-29 11:48:01 UTC (rev 101311)
+++ zope.dublincore/trunk/setup.py	2009-06-29 13:36:38 UTC (rev 101312)
@@ -36,7 +36,11 @@
     namespace_packages=['zope'],
     include_package_data=True,
     extras_require=dict(
-        test=['zope.testing', 'zope.security', 'zope.app.testing']
+        test=[
+            'zope.app.component',
+            'zope.testing',
+            'zope.security',
+            'zope.app.testing']
         ),
     install_requires = ['setuptools',
                         'zope.annotation',



More information about the Checkins mailing list