[Zope3-checkins] SVN: zope.testing/trunk/buildout.cfg Pinning older zc.recipe.testrunner to use our own testrunner to test itself.

Tres Seaver tseaver at palladion.com
Wed Jul 14 10:17:46 EDT 2010


Log message for revision 114740:
  Pinning older zc.recipe.testrunner to use our own testrunner to test itself.
  
  This pin should go away when we remove the non-BBB-import testrunner stuff.
  

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

-=-
Modified: zope.testing/trunk/buildout.cfg
===================================================================
--- zope.testing/trunk/buildout.cfg	2010-07-14 12:11:11 UTC (rev 114739)
+++ zope.testing/trunk/buildout.cfg	2010-07-14 14:17:45 UTC (rev 114740)
@@ -3,7 +3,13 @@
 parts =
     test
 unzip = true
+versions = versions
 
+[versions]
+# Pinning the older recipe to use our own testrunner to test itself.
+# Remove the pin when we remove the non-BBB-import testrunner stuff.
+zc.recipe.testrunner = 1.2.0
+
 [test]
 recipe = zc.recipe.testrunner
 eggs =



More information about the Zope3-Checkins mailing list