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

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


Log message for revision 101589:
  - made new testing dependency caused by r91085 explicit

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

-=-
Modified: Products.CMFTopic/trunk/setup.py
===================================================================
--- Products.CMFTopic/trunk/setup.py	2009-07-05 15:32:51 UTC (rev 101588)
+++ Products.CMFTopic/trunk/setup.py	2009-07-05 15:33:41 UTC (rev 101589)
@@ -53,7 +53,11 @@
           ],
       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.tests' % NAME,
       entry_points="""



More information about the Checkins mailing list