[Checkins] SVN: zope.testrunner/trunk/buildout.cfg Add zope.testing to buildout.cfg.

Marius Gedminas marius at pov.lt
Mon Jun 14 11:43:32 EDT 2010


Log message for revision 113455:
  Add zope.testing to buildout.cfg.
  
  It is needed to run zope.testrunner's tests (for zope.testing.renormalizing)
  and declared as a 'tests_require' dependency in setup.py, but buildout doesn't
  pull it in for me.
  
  

Changed:
  U   zope.testrunner/trunk/buildout.cfg

-=-
Modified: zope.testrunner/trunk/buildout.cfg
===================================================================
--- zope.testrunner/trunk/buildout.cfg	2010-06-14 14:39:06 UTC (rev 113454)
+++ zope.testrunner/trunk/buildout.cfg	2010-06-14 15:43:31 UTC (rev 113455)
@@ -5,6 +5,7 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.testrunner
+       zope.testing
 
 
 # The [test2X] sections below are to make testing with various Python versions



More information about the checkins mailing list