[Checkins] SVN: Products.CMFCore/trunk/setup.py - made new testing dependency caused by r99878 explicit

Yvo Schubbe y.2009 at wcm-solutions.de
Sun Jul 5 11:32:51 EDT 2009


Log message for revision 101588:
  - made new testing dependency caused by r99878 explicit

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

-=-
Modified: Products.CMFCore/trunk/setup.py
===================================================================
--- Products.CMFCore/trunk/setup.py	2009-07-05 15:31:13 UTC (rev 101587)
+++ Products.CMFCore/trunk/setup.py	2009-07-05 15:32:51 UTC (rev 101588)
@@ -50,8 +50,13 @@
           'five.localsitemanager>=0.3',
           'Products.GenericSetup',
           ],
-      tests_require=['zope.testing>=3.7.0',
-                    ],
+      tests_require=[
+          'zope.testing >= 3.7.0',
+          'Products.DCWorkflow',
+          ],
+      extras_require = dict(
+          test = ['Products.DCWorkflow'],
+          ),
       test_loader='zope.testing.testrunner.eggsupport:SkipLayers',
       test_suite='Products.%s' % NAME,
       entry_points="""



More information about the Checkins mailing list