[Checkins] SVN: zc.recipe.cmmi/trunk/ depend on zope.testing when running the tests

Thomas Lotze tl at gocept.com
Mon Aug 9 12:45:20 EDT 2010


Log message for revision 115581:
  depend on zope.testing when running the tests

Changed:
  U   zc.recipe.cmmi/trunk/buildout.cfg
  U   zc.recipe.cmmi/trunk/setup.py

-=-
Modified: zc.recipe.cmmi/trunk/buildout.cfg
===================================================================
--- zc.recipe.cmmi/trunk/buildout.cfg	2010-08-09 16:37:20 UTC (rev 115580)
+++ zc.recipe.cmmi/trunk/buildout.cfg	2010-08-09 16:45:20 UTC (rev 115581)
@@ -4,5 +4,4 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zc.recipe.cmmi
-
+eggs = zc.recipe.cmmi [test]

Modified: zc.recipe.cmmi/trunk/setup.py
===================================================================
--- zc.recipe.cmmi/trunk/setup.py	2010-08-09 16:37:20 UTC (rev 115580)
+++ zc.recipe.cmmi/trunk/setup.py	2010-08-09 16:45:20 UTC (rev 115581)
@@ -61,6 +61,7 @@
     data_files = [('.', ['README.txt'])],
     namespace_packages = ['zc', 'zc.recipe'],
     install_requires = ['zc.buildout >=1.4', 'setuptools'],
+    extras_require = dict(test=['zope.testing']),
     entry_points = {'zc.buildout':
                     ['default = %s:Recipe' % name]},
     zip_safe = True,



More information about the checkins mailing list