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

Tres Seaver <[email protected]> Wed, 14 Jul 2010 10:17:46 -0400 (EDT)
Newsgroups gmane.comp.web.zope.zope3.cvs
Message-ID <[email protected]>
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 =