[Checkins] SVN: Products.CMFDefault/trunk/setup.py - made zope.app.testing dependency explicit (will not be part of Zope 2.13)

Yvo Schubbe y.2009 at wcm-solutions.de
Sat Dec 26 12:34:51 EST 2009


Log message for revision 107116:
  - made zope.app.testing dependency explicit (will not be part of Zope 2.13)

Changed:
  U   Products.CMFDefault/trunk/setup.py

-=-
Modified: Products.CMFDefault/trunk/setup.py
===================================================================
--- Products.CMFDefault/trunk/setup.py	2009-12-26 17:32:00 UTC (rev 107115)
+++ Products.CMFDefault/trunk/setup.py	2009-12-26 17:34:51 UTC (rev 107116)
@@ -52,11 +52,14 @@
           ],
       tests_require=[
           'zope.testing >= 3.7.0',
+          'zope.app.testing',
           'Products.DCWorkflow',
           ],
-      extras_require = dict(
-          test = ['Products.DCWorkflow'],
-          ),
+      extras_require=dict(
+        test=[
+          'zope.app.testing',
+          'Products.DCWorkflow',
+          ]),
       test_loader='zope.testing.testrunner.eggsupport:SkipLayers',
       test_suite='Products.%s' % NAME,
       entry_points="""



More information about the checkins mailing list